initial commit master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 29 Sep 2024 14:46:28 +0000 (17:46 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 29 Sep 2024 14:46:28 +0000 (17:46 +0300)
commit2f3aba2ba74a9b7c58876c62a44c424e87111216
treec9a68084201f8c84f92b2c4f07847c30999b381f
initial commit
14 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/cgmath/cgmath.h [new file with mode: 0644]
src/cgmath/cgmmat.inl [new file with mode: 0644]
src/cgmath/cgmmisc.inl [new file with mode: 0644]
src/cgmath/cgmquat.inl [new file with mode: 0644]
src/cgmath/cgmray.inl [new file with mode: 0644]
src/cgmath/cgmvec3.inl [new file with mode: 0644]
src/cgmath/cgmvec4.inl [new file with mode: 0644]
src/geom.c [new file with mode: 0644]
src/geom.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/rend.c [new file with mode: 0644]
src/rend.h [new file with mode: 0644]