aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index e446359..360743c 100644
--- a/readme.md
+++ b/readme.md
@@ -1,17 +1,19 @@
-optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math`
+optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math -Dskip_memory_trace`
-optional flags : -Dskip_memory_trace -Dstfu
+build flags : -Dskip_memory_trace -Dstfu -D_debug
# todo
-- find a better epsilon
-
- fix the fps counter, its probably wrong
-- color triangles
+- color triangles (more detailed)
+
+- separate alloc tracing, and counting
+
+- animations
--animations
+- simple transparency
# known issues