aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: f2033e4f0a49a8e8473e2f5cc64a15ea0376d108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math`

# todo

- find a better epsilon

- fix the fps counter, its probably wrong 

# known issues

- glfw & glew causes memory leak (not lost, related to video drivers)