]> git.seodisparate.com - jumpartifact.com_demo_0/commit
Impl 3d_helpers, unit tests, basic 3D demo
authorStephen Seo <seo.disparate@gmail.com>
Wed, 2 Aug 2023 10:59:06 +0000 (19:59 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 2 Aug 2023 10:59:06 +0000 (19:59 +0900)
commitc99407a474d774bb71602d3d8e38496aae9207c4
treeec44f63b8f6ae4b414cd262d7e5507ffa4f4d01a
parent1feefc5d9b41ef25d0885d6c93d7b292469353c6
Impl 3d_helpers, unit tests, basic 3D demo

3d_helpers facilitate usage of transformation matrices.

Unit tests ensure the 3d_helpers are correct.

Currently, the program rotates a Cube mesh in x, y, and z axes.
Makefile
src/3d_helpers.cc [new file with mode: 0644]
src/3d_helpers.h [new file with mode: 0644]
src/game.cc
src/main.cc
src/screen_trunner.cc [new file with mode: 0644]
src/screen_trunner.h [new file with mode: 0644]
src/test/test.cc [new file with mode: 0644]
wasm_build/Makefile