roadmap update

This commit is contained in:
h4570
2022-07-29 23:11:54 +02:00
parent 1a2f7026e5
commit 52a19f11a5
+3 -3
View File
@@ -1,8 +1,7 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------ ------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [General] CI in Github via docker image
- [General] Add cpp lint checker in GitHub
- [Demo] Create cool demo which will show all features of Tyra - [Demo] Create cool demo which will show all features of Tyra
- [General] CI in Github via docker image
- [Tutorials] 1. Hello world! - explain init(), loop() and what should be inside them (every tutorial should be well commented!) - [Tutorials] 1. Hello world! - explain init(), loop() and what should be inside them (every tutorial should be well commented!)
@@ -33,4 +32,5 @@ because Mesh rendering uses only core.render()
- [File] Async file loading - [File] Async file loading
- [tyrobj] Add multicolor support to tyrobj - [tyrobj] Add multicolor support to tyrobj
- [Renderer] Interlacing - [Renderer] Interlacing
- [General] Add cpp lint checker in GitHub
- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable? - [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?