| .github/workflows | ||
| build | ||
| colorscripts | ||
| img | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| install.sh | ||
| pokemon.json | ||
| README.md | ||
Rustmon
For educational purposes
A simple colorscript written in Rust.
Inspired by phoneybadger's pokemon-coloscripts.
Performance
This is written in Rust, while the original is written in Python.
This implementation is up to 8 times faster than the original.
This is the Python implementation:

This is the Rust implementation:

Credits
- phoneybadger for the original colorscripts and inspiration.
- talwat for Rust code reference. (fast af implementation at ~1ms)
- msikma for the colorscripts' sprites.