more notes for further development

This commit is contained in:
Hartmut Seichter 2019-01-23 17:00:36 +01:00
parent b1c99be0d8
commit 36683d6288

14
TODO.md
View file

@ -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?