2 releases
Uses old Rust 2015
0.1.1 | Oct 26, 2017 |
---|---|
0.1.0 | Oct 12, 2017 |
#18 in #piet
18KB
446 lines
rustpiet 🎨
A Piet interpreter implementation in Rust
More about Piet here
You can find some sample programs here
Usage
You can install via cargo by running cargo install rustpiet
and then
rustpiet <filename>
or you can clone the repo and then inside the root project folder you can run the following.
cargo run <filename>
It should work with any filetype that the image library can open.
Contributing
Please file issues or pull requests through GitHub
Dependencies
~1.5MB
~30K SLoC