From 52a19f11a542ed71136752dcd06f0ba77170a8a3 Mon Sep 17 00:00:00 2001 From: h4570 Date: Fri, 29 Jul 2022 23:11:54 +0200 Subject: [PATCH] roadmap update --- ROADMAP.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.txt b/ROADMAP.txt index 1847ad9..4ff8968 100644 --- a/ROADMAP.txt +++ b/ROADMAP.txt @@ -1,8 +1,7 @@ ------------ 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 +- [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!) @@ -33,4 +32,5 @@ because Mesh rendering uses only core.render() - [File] Async file loading - [tyrobj] Add multicolor support to tyrobj - [Renderer] Interlacing +- [General] Add cpp lint checker in GitHub - [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?