Skip to content
/ rustpiet Public
forked from dfockler/rustpiet

A Piet interpreter implementation in Rust

License

Notifications You must be signed in to change notification settings

helvm/rustpiet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Rust 100.0%