Commit Graph

6 Commits

Author SHA1 Message Date
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
152cd6d866
feat(event): add EventUnregister 2025-11-26 20:02:06 -06:00
fallenoak
a1fafb46ec
feat(ui): partially implement CSimpleTop dtor 2025-10-06 23:42:09 -05:00
Tristan 'Natrist' Cormier
8e61a4c428
feat(event): add EventGetCurrentContext and EventPostClose 2023-03-31 11:39:33 -05:00
fallenoak
09d77e1ba2
feat(event): handle close event 2023-01-02 15:37:41 -06:00
fallenoak
70b00c5c38
chore: initial commit 2023-01-02 13:17:18 -06:00