Note
Raylib WASM demo
A tiny wireframe asteroids scene running in the browser via raylib + WebAssembly.
This build is a static export from the raylib demo project, copied into the portfolio so it can live alongside the notes. The canvas below is the full game runtime.
Tip: click the canvas to focus input. Resize the window to see the canvas scale.
Build notes
The output includes a single WASM binary plus its JS loader. Hosting it under a dedicated public path avoids router collisions and keeps the assets loading correctly.
If you want the demo to run fullscreen or auto-scale differently, I can wire a resize bridge in the wrapper page.