Commit graph

8 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
db82efe269
refactor: add helpers for file I/O, main script detection, safe strncpy, & make hal generic 2025-12-06 17:42:55 -06:00
3313c800a9
refactor pxl8 repl 2025-12-02 19:58:15 -06:00
4d84122ef3 remove simd, scalar math + compiler optimizations are good enough 2025-11-11 12:26:22 -06:00
9550d34e65
add more checks in triangle raster code 2025-11-10 09:39:33 -06:00
0ed7fc4496
wip repl 2025-11-01 15:19:57 -05:00
ff698730f1 add tilemap/tilesheet 2025-09-24 17:35:30 -05:00
c18896def0
initial commit 2025-08-13 15:04:49 -05:00