diff options
author | amy <[email protected]> | 2023-05-12 13:00:58 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-12 13:00:58 +0000 |
commit | d51a878cd6fbb3bc7864140b0ce82a1908a5ed57 (patch) | |
tree | 438a7d0f7cc860dadf342ebaf794574439a913f5 /readme.md | |
parent | 286e9ca2afb167c398ad43305e9fad19de2c08f6 (diff) |
aaa TwT do transparency pwease
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |