demo roadmap

This commit is contained in:
h4570
2022-08-11 10:32:00 +02:00
parent b6ffc11be3
commit 5316abce42
+14 -6
View File
@@ -1,10 +1,18 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------ ------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [Demo] Create cool demo which will show all features of Tyra - [Demo] Game fadein
- [Demo] Larger map
- [Demo] Height map
- [Demo] Ambient sound
- [Demo] Shoot sound
- [Demo] Shoot animation
- [Demo] Running soldier
- [Demo] Heightmap for soldier
- [Demo] Running animation for soldier
- [Demo] 2D Health bar
- [General] USB test - [General] USB test
- [General] CI in Github via docker image - [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!)
- [Tutorials] 2. 2D - explain beginFrame(), endFrame() - [Tutorials] 2. 2D - explain beginFrame(), endFrame()
@@ -26,11 +34,11 @@ because Mesh rendering uses only core.render()
- [General] Check all left TODOs -> Github issues - [General] Check all left TODOs -> Github issues
- [General] Credits: clipping, obj loader - [General] Readme Credits: clipping, obj loader
------------ Github issues for Tyra v2 ------------ ------------ Github issues for Tyra v2 ------------
- [rendere] fog - [renderer] fog
- [rendere] bbox parts optimization - [renderer] bbox parts optimization
- [md2] refactor - [md2] refactor
- [3D] Add drawLine(x, y , color, size) - [3D] Add drawLine(x, y , color, size)
- [2D] Fixed font support - [2D] Fixed font support
@@ -38,7 +46,7 @@ because Mesh rendering uses only core.render()
- [File] Async file loading - [File] Async file loading
- [obj] Add multicolor support to obj - [obj] Add multicolor support to obj
- [Obj] Improve obj importing for multiple usemtl with same names - [Obj] Improve obj importing for multiple usemtl with same names
- [tyrdata] Custom 3D data file with precalculated bboxes with support of async loading - [tyrdat] Custom 3D data file with precalculated bboxes with support of async loading
- [Renderer] Interlacing - [Renderer] Interlacing
- [General] Add cpp lint checker in GitHub - [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?