Commit graph

5 commits

Author SHA1 Message Date
28c3e7ee04 improve star projection 2026-01-23 11:04:13 -06:00
c771fa665d wip sw renderer...bsp is borked, also lots of other things 2026-01-21 23:22:27 -06:00
415d424057 add networking, 3d improvements, reorganize src structure 2026-01-17 22:52:36 -06:00
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
8baf5f06ea implement our own gui module, drop microui 2025-11-21 11:51:23 -06:00