mipix interactive examples
This page links to a few interactive examples from mipix, a small package made to assist the development of Ebitengine pixel art games.
Examples have been slightly adapted and compiled to WASM so they can be executed directly on the web:
- Driver: a simple and relaxing mipix driving game made with only rectangles.
- Gametest: an example of what a mipix side scroller could look like, but without any real mechanics.
- Stability: comparison playground for scaling filters stability (how well they respond to small movements and zoom).
- Simrate: comparison playground for simulation rates.
- Multishake: example showcasing multiple camera shake channels.
You can find the sources at tinne26/mipix-examples/src.