more notes for further development
This commit is contained in:
parent
b1c99be0d8
commit
36683d6288
1 changed files with 11 additions and 3 deletions
14
TODO.md
14
TODO.md
|
@ -1,16 +1,24 @@
|
||||||
# core
|
# core
|
||||||
|
|
||||||
* rewrite matrix and associated code
|
|
||||||
* rename rect to rectangle
|
* rename rect to rectangle
|
||||||
|
* fields - maybe std::variant?
|
||||||
|
|
||||||
# scripting
|
# scripting
|
||||||
|
|
||||||
* refactor script into something like a runtime - script
|
* refactor script into something like a runtime - script
|
||||||
|
* other engines?
|
||||||
|
|
||||||
# scene
|
# scene
|
||||||
|
|
||||||
* add_child and add_component should have guards - use std::lock_guard
|
* add_child and add_component should have guards - use std::lock_guard
|
||||||
|
|
||||||
|
# system
|
||||||
|
|
||||||
|
* filesystem walker with C++17
|
||||||
|
|
||||||
|
# visual
|
||||||
|
|
||||||
|
* MVP for PBR with OpenGL 3.3
|
||||||
|
* multipass?
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue