From d43e0226d1591289e9baf4037632db6258007817 Mon Sep 17 00:00:00 2001 From: amy Date: Sun, 9 Jul 2023 21:33:54 +0000 Subject: readme --- readme.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 4af68ac..915da85 100644 --- a/readme.md +++ b/readme.md @@ -4,16 +4,21 @@ optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math -ff build flags : -Dmemory_trace -Dstfu -D__debug -Dmemory_count +once these todo tasks are done, i will most likely drop this project, drawing everything with triangles was a fun challenge but, +it will simply make other things (ie, color, collisions, z-buffering) impossible or more difficult and resource demanding. + # todo -- fix the fps counter, its probably wrong +- z-buffer -- color triangles (more detailed) +- (not likely) moving parts -- animations +- (maybe) auto separate colliding polygons -- simple transparency +- test transparency # known issues -- none atm:) +- ordering is fucked (just for now hopefully) + +- [limitation] no colliding polygons (todo) -- cgit v1.2.3