diff options
author | amy <[email protected]> | 2023-05-26 17:29:32 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-26 17:29:32 +0000 |
commit | d9c4bae85ef6eb8dd4f69f2cbae1b9cc980fac83 (patch) | |
tree | 1acf9e78c9ee63564d70dfb11a49265375c22144 | |
parent | 6ecdbc879bb12dde9ea57d35fb482b6c1a4727f2 (diff) | |
parent | 639907ac3a44b7f7ac6e976858fd4c85f1b54a68 (diff) |
Merge branch 'master' of git.disroot.org:grantsquires/3d-gl
a
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +wanted to learn about 3d rendering and how rendering engines work at the lower levels optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math -ffast-math` |