2024-03-25 12:55:00 +08:00
|
|
|
# PokeRust
|
|
|
|
|
|
|
|
A simple colorscript written in Rust.
|
2024-03-25 14:00:17 +08:00
|
|
|
|
|
|
|
Inspired by [phoneybadger's pokemon-coloscripts](https://gitlab.com/phoneybadger/pokemon-colorscripts)
|
|
|
|
|
|
|
|
*For educational purposes*
|
|
|
|
|
|
|
|
## 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)
|