From 36683d6288a35dd652cb82295b534ccbfbc60c00 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Wed, 23 Jan 2019 17:00:36 +0100 Subject: [PATCH] more notes for further development --- TODO.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 9b6f83b..7ea5779 100644 --- a/TODO.md +++ b/TODO.md @@ -1,16 +1,24 @@ # core -* rewrite matrix and associated code * rename rect to rectangle - +* fields - maybe std::variant? # scripting * refactor script into something like a runtime - script - +* other engines? # scene * 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? +