Difference between revisions of "MicroW8"
From SizeCoding
(Created page with "MicroW8 is a WebAssembly based fantasy console inspired by the likes of TIC-80, WASM-4 and PICO-8. The initial motivation behind MicroW8 was to explore whether there was a wa...") |
|||
Line 16: | Line 16: | ||
=== Additional Resources === | === Additional Resources === | ||
− | * [https://exoticorn.github.io/microw8/] | + | * [https://exoticorn.github.io/microw8/] MicroW8 website |
− | * [https://www.youtube.com/watch?v=u-OvsbDqLAY] | + | * [https://www.youtube.com/watch?v=u-OvsbDqLAY] MicroW8 Seminar |
Revision as of 05:24, 10 March 2022
MicroW8 is a WebAssembly based fantasy console inspired by the likes of TIC-80, WASM-4 and PICO-8.
The initial motivation behind MicroW8 was to explore whether there was a way to make WebAssembly viable for size-coding. (Size coding being the art of creating tiny (often <= 256 bytes) graphical effects and games.) The available examples so far are all in this space, however, I very carefully made sure that all design decisions make sense from the point of view of bigger projects as well.
Contents
[hide]Setting Up
No information yet
Video Display
No information yet
Sound
No information yet
More information to follow