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

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

optional flags : -Dskip_memory_trace -Dstfu

# 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)