olc rust sketches
Learning Rust with the olc Pixel Game Engine.
This project is based on olcPixelGameEngine-rs, a Rust API by Ivan Sadikov for the olcPixelGameEngine library by David Barr. See the olcPixelGameEngine-rs repo for docs and more.
Cold Start
Want to try out the sketches and demos? If you're new to rust, you'll need to install Rust. If you're on a Mac, you'll also need to install XQuartz.
Run examples
The examples folder contains different sketches / demos. For example, run the Arrows demo with cargo run --example arrows
.
Run
Run cargo run
to run the (empty) project at ./src/main.rs
.