jumpartifact.com_demo_0/src
Stephen Seo 2dc30ce252
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 17s
Change camera behavior to follow click/touch
2023-08-09 12:38:09 +09:00
..
test Add helper fn to calc. ray/plane intersection 2023-08-07 21:39:59 +09:00
.lvimrc Init skeleton project using emscripten/raylib 2023-07-30 21:34:38 +09:00
3d_helpers.cc Refactor duplicate code into function 2023-08-09 12:22:33 +09:00
3d_helpers.h Refactor duplicate code into function 2023-08-09 12:22:33 +09:00
ems.cc Impl. randomized environment 2023-08-08 11:33:07 +09:00
ems.h Begin work on environment 2023-08-07 12:54:23 +09:00
game.cc Impl 3d_helpers, unit tests, basic 3D demo 2023-08-02 19:59:06 +09:00
game.h Create "Screen" abstraction, "test" in TestScreen 2023-07-31 16:27:01 +09:00
main.cc Impl 3d_helpers, unit tests, basic 3D demo 2023-08-02 19:59:06 +09:00
raymath.cc Fixes 2023-08-04 11:42:11 +09:00
screen.cc Add ScreenStack::clear_screens() 2023-08-01 17:55:30 +09:00
screen.h Add ScreenStack::clear_screens() 2023-08-01 17:55:30 +09:00
screen_test.cc Create "Screen" abstraction, "test" in TestScreen 2023-07-31 16:27:01 +09:00
screen_test.h Create "Screen" abstraction, "test" in TestScreen 2023-07-31 16:27:01 +09:00
screen_trunner.cc Change camera behavior to follow click/touch 2023-08-09 12:38:09 +09:00
screen_trunner.h Change camera behavior to follow click/touch 2023-08-09 12:38:09 +09:00