Commit Graph

7 Commits

Author SHA1 Message Date
Alex Tiernan-Berry
47a9d80584 Merge branch 'master' of https://github.com/atiernan/whoa 2026-02-06 02:23:57 +00:00
Alex Tiernan-Berry
d4d359acea feat(web): add Emscripten/WASM build infrastructure
Adds the platform layer for building whoa as a WebAssembly application:

Working:
- CMake configuration for WHOA_SYSTEM_WEB with pthreads and ASYNCIFY
- Web entry point and HTML shell template
- Event loop adapted for emscripten_set_main_loop callback model
- WebSocket-based networking (WowConnection over JS WebSocket API)
- Sound system stubs (audio not yet implemented)
- FetchFS for async file loading from web server
- Freetype fixes for WASM compatibility (type mismatches)
- Input handling for web canvas

Missing (in separate commits):
- WebGPU graphics backend (CGxDeviceWebGPU)
- WGSL shaders
- API selection in Device.cpp
2026-02-06 02:21:20 +00:00
fallenoak
bfcceed8fd
feat(util): add initial implementation of WowTime 2026-01-28 15:44:42 -06:00
fallenoak
364fba9f34
chore(util): restructure guid code and add WOWGUID typedef 2026-01-12 09:00:56 -06:00
fallenoak
424b2c5227
feat(util): add ZlibDecompress 2026-01-08 22:05:25 -06:00
Tristan 'Natrist' Cormier
6f52a6287d
chore(console): split out console library 2023-03-25 09:56:41 -05:00
fallenoak
70b00c5c38
chore: initial commit 2023-01-02 13:17:18 -06:00