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
|
Use Raylib's Ray/Triangle collision fn
|
2023-08-09 14:00:54 +09:00 |
3d_helpers.h
|
Use Raylib's Ray/Triangle collision fn
|
2023-08-09 14:00:54 +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
|
Clamp dt: mitigate weird regain focus behavior
|
2023-08-09 13:39:43 +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_trunner.cc
|
Impl. walker thing
|
2023-08-10 13:28:45 +09:00 |
screen_trunner.h
|
Impl. walker thing
|
2023-08-10 13:28:45 +09:00 |
walker.cc
|
Impl. walker thing
|
2023-08-10 13:28:45 +09:00 |
walker.h
|
Minor fixes/tweaks
|
2023-08-10 13:43:22 +09:00 |