irx, nullptr, threading patch

This commit is contained in:
h4570
2022-08-20 16:38:44 +02:00
parent 57767eee72
commit d251df8704
35 changed files with 306 additions and 115 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [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!)
@@ -39,6 +38,6 @@ because Mesh rendering uses only core.render()
- [obj] Add multicolor support to obj
- [Obj] Improve obj importing for multiple usemtl with same names
- [tyrdat] Custom 3D data file with precalculated bboxes with support of async loading
- [Renderer] Interlacing
- [Renderer] Interlacing, a potem resolution 640x448
- [General] Add cpp lint checker in GitHub
- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable?