3d cube and dirty drawing
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 26 Nov 2023 08:11:02 +0000 (10:11 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 26 Nov 2023 08:11:02 +0000 (10:11 +0200)
commit885149ece88f5d4cfe206fe22ee7f5fa711032e7
tree7357e9ac8befe5197181e170f6f4e6fa9d102984
parent260a6b6b3fc389640c8aa44f1fbe31e0bc795173
3d cube and dirty drawing
Makefile
src/3dgfx.c
src/3dgfx.h
src/config.h [new file with mode: 0644]
src/main.c
src/polyfill.c
src/vmath.c [new file with mode: 0644]
src/vmath.h [new file with mode: 0644]
src/vmath_s.asm [new file with mode: 0644]
tools/genlut.c