|
|
9fed59c4c8
|
Abstract the global renderer, physics, camera and gamemap objects behind a pointer, so you can swap in and out different ones as needed
|
2026-06-02 13:15:26 -04:00 |
|
|
|
941eeb2493
|
Got the physics system applying gravity and drag correctly. (Mostly? Seems like it? Seems good.)
|
2026-05-26 16:45:04 -04:00 |
|
|
|
314ce5e10d
|
Physics simulation engine implemented, basic cases (null and 2d SideScroller) works
|
2026-05-26 10:36:31 -04:00 |
|
|
|
0a386a6a67
|
Removed box2d physics because of linking problems (and nothing's using it yet). Also tests work now.
```
ln -s ../tests/assets build/assets
cd build
make test
```
|
2025-08-03 14:07:56 -04:00 |
|
|
|
ae697a178c
|
Moved include files to a proper sdl3game include directory
|
2025-08-03 10:41:09 -04:00 |
|
|
|
5bd7803051
|
Exported libsdl3game from the sdl3-gametest demo project
|
2025-08-03 10:07:35 -04:00 |
|