From 5316abce420ceb94eb2923cfb354ff63e654dbf3 Mon Sep 17 00:00:00 2001 From: h4570 Date: Thu, 11 Aug 2022 10:32:00 +0200 Subject: [PATCH] demo roadmap --- ROADMAP.txt | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/ROADMAP.txt b/ROADMAP.txt index dd59d96..ece3ef4 100644 --- a/ROADMAP.txt +++ b/ROADMAP.txt @@ -1,10 +1,18 @@ ------------ 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] 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] 2. 2D - explain beginFrame(), endFrame() @@ -26,11 +34,11 @@ because Mesh rendering uses only core.render() - [General] Check all left TODOs -> Github issues -- [General] Credits: clipping, obj loader +- [General] Readme Credits: clipping, obj loader ------------ Github issues for Tyra v2 ------------ -- [rendere] fog -- [rendere] bbox parts optimization +- [renderer] fog +- [renderer] bbox parts optimization - [md2] refactor - [3D] Add drawLine(x, y , color, size) - [2D] Fixed font support @@ -38,7 +46,7 @@ because Mesh rendering uses only core.render() - [File] Async file loading - [obj] Add multicolor support to obj - [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 - [General] Add cpp lint checker in GitHub - [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?