rustmon/README.md
2024-03-25 15:06:57 +08:00

24 lines
818 B
Markdown

# PokeRust
*For educational purposes*
A simple colorscript written in Rust.
Inspired by [phoneybadger's pokemon-coloscripts](https://gitlab.com/phoneybadger/pokemon-colorscripts).
## 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:
![python implementation](img/screenshot_250324_132129.png)
This is the Rust implementation:
![rust implementation](img/screenshot_250324_132205.png)
## Credits
- [phoneybadger](https://gitlab.com/phoneybadger) for the original colorscripts and inspiration.
- [talwat](https://github.com/talwat/pokeget-rs) for Rust code reference. (fast af implementation at ~1ms)
- [msikma](https://github.com/msikma/pokesprite/) for the colorscripts' sprites.