This commit is contained in:
grant squires 2023-05-05 14:30:27 +00:00
parent 8f805e0de0
commit 39a5e33857
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math`
#known issues
# todo
- find a better epsilon
# known issues
- glfw & glew causes memory leak (not lost, related to video drivers)