mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
finished api docs
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
+++
|
||||
+++
|
||||
|
||||
## About
|
||||
|
||||
MicroW8 is a WebAssembly based fantasy console inspired by the likes of [TIC-80](https://tic80.com/), [WASM-4](https://wasm4.org/) and [PICO-8](https://www.lexaloffle.com/pico-8.php).
|
||||
|
||||
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.
|
||||
|
||||
## Specs
|
||||
|
||||
* Screen: 320x240, 256 colors, 60Hz
|
||||
|
||||
Reference in New Issue
Block a user