2019-01-17 17:34:14 +01:00
|
|
|
# core
|
|
|
|
|
2019-01-22 09:06:22 +01:00
|
|
|
* rename rect to rectangle
|
2019-01-23 17:00:36 +01:00
|
|
|
* fields - maybe std::variant?
|
2019-01-30 23:52:38 +01:00
|
|
|
* add more tests for linear algebra
|
2019-01-17 17:34:14 +01:00
|
|
|
|
|
|
|
# scripting
|
|
|
|
|
|
|
|
* refactor script into something like a runtime - script
|
2019-01-23 17:00:36 +01:00
|
|
|
* other engines?
|
2019-01-17 17:34:14 +01:00
|
|
|
|
2019-01-22 09:06:22 +01:00
|
|
|
# scene
|
|
|
|
|
|
|
|
* add_child and add_component should have guards - use std::lock_guard
|
2019-01-17 17:34:14 +01:00
|
|
|
|
2019-01-23 17:00:36 +01:00
|
|
|
# system
|
|
|
|
|
2019-01-30 23:52:38 +01:00
|
|
|
* filesystem walker with C++17 (or inotify, FindFirstChangeNotification or FSEvents)
|
2019-01-23 17:00:36 +01:00
|
|
|
|
|
|
|
# visual
|
|
|
|
|
|
|
|
* MVP for PBR with OpenGL 3.3
|
|
|
|
* multipass?
|
|
|
|
|
2019-01-17 17:34:14 +01:00
|
|
|
|