A tour of the rusty_art repository by Enes Altun (altunenes), who watched my Pixelate Images tutorial from a few weeks ago. Please give Enes's repo a star on GitHub and maybe try out a few of the examples!
Here's what you need to start exploring, assuming that you have git and Rust installed:
$ git clone https://github.com/altunenes/rusty_ar...
$ cd rusty_art
$ cargo run --release --bin pixelate
Note: the first example will compile very slowly. Nannou is a big project that contains many dependencies.
Enes Altun
📚 Resources:
Code: https://github.com/altunenes/rusty_art/
Nannou: https://nannou.cc/
egui: https://github.com/emilk/egui
/ rustyaltun
🦀 Rust resources:
Tim's tutorial videos https://timclicks.dev
Rust Documentation: https://doc.rust-lang.org/book/
Rust Playground: https://play.rust-lang.org/
Rust in Action (Tim's book!) https://mng.bz/4MlD
How to Learn Rust (online course!) https://learning.accelerant.dev/how-t...
👋 Connect with Tim:
Twitter: / timclicks
GitHub: https://github.com/timClicks
Mastodon: https://mastodon.nz/@timClicks
DEV: https://dev.to/timclicks/
Patreon (extra learning materials) / timclicks
🔔 Subscribe to the channel and click the bell icon to stay updated with the latest videos and live streams from timClicks: https://www.youtube.com/timClicks?sub...
👍 Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.