diff options
author | amy <[email protected]> | 2023-05-05 14:30:27 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-05 14:30:27 +0000 |
commit | 514793382e3b3a236f41c4ec3eccb43746b1cc8f (patch) | |
tree | db02aaa0b3183c6455f0df00f4fec7341076b758 | |
parent | b44df4b07d0aec69f35f5f125996baf8fa9e864e (diff) |
readme
-rw-r--r-- | readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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) |