Commit graph

7 commits

Author SHA1 Message Date
39b604b333 refactor: reorganize pxl8 into client/src/ module structure
- core/: main entry, types, logging, I/O, RNG
- asset/: ase loader, cart, save, embed
- gfx/: graphics, animation, atlas, fonts, tilemap, transitions
- sfx/: audio
- script/: lua/fennel runtime, REPL
- hal/: platform abstraction (SDL3)
- world/: BSP, world, procedural gen
- math/: math utilities
- game/: GUI, replay
- lua/: Lua API modules
2026-01-15 08:51:08 -06:00
b1e8525c3e true 16-bit color... glorious 2025-11-28 14:46:42 -06:00
2427e3a504 add collision 2025-11-21 16:53:30 -06:00
55b7a44af3 add bsp header to world header 2025-11-13 17:22:52 -06:00
34e534b6f2 clean up worldgen and remove verbose logging 2025-11-11 21:24:53 -06:00
79a678f162
wip procgen 2025-11-09 06:30:17 -06:00
3c54e379d4 in-progress map things... 2025-10-07 10:32:48 -05:00