| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-01-17 | 1.5 kB | |
| v2.4.0 source code.tar.gz | 2025-01-17 | 5.0 MB | |
| v2.4.0 source code.zip | 2025-01-17 | 5.0 MB | |
| Totals: 3 Items | 10.0 MB | 0 | |
Version: 2.4.0
MLX42 now allows you to compile it to WASM with emscripten. What this means is you can create your small game in C and run it on the web / host it on github pages!
Demos
@PepeLevi implemented a forked version of MLX42 which allowed them to compile it to WASM. This release is based on their work so a special thank you for doing the research and implementation for this.
You can play the game here.
Here you have Telestein3D by @fvan-wij. I asked him for some help regarding the implementation details. He found it too complicated to present his cub3d project to others. Now anyone can enjoys his Cub3d!
What's Changed
- Add WASM support by @W2Wizard in https://github.com/codam-coding-college/MLX42/pull/142
Full Changelog: https://github.com/codam-coding-college/MLX42/compare/v2.3.4...v2.4.0