diff --git a/todo.txt b/todo.txt index 525a6d8..af363c8 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,8 @@ features: +- Add macros that would allow to make some compile-time options (e.g. + resolution) global variabes instead and allow them to change at runtime. + - presets that can be optionally selected and will configure other constants (e.g. a "low memory sort strategy" will turn z-buffer off and turn back-to-front sorting on).