GitHunt
DF

dfockler/rustpiet

A Piet interpreter implementation in Rust

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

Languages

Rust100.0%

Contributors

MIT License
Created October 10, 2017
Updated August 3, 2021
dfockler/rustpiet | GitHunt