Built using eframe_template
This project is a Rust application that follows along with The Rust Programming Language book (aka "The Rust Book"), but with an interactive twist: it includes a modern GUI built using egui and eframe.
The goal is to learn Rust concepts by applying them in a real-world GUI application.
App is best viewed here on a desktop browser, or compiled natively on pc.
- Follow and implement concepts from The Rust Book
- Build interactive examples using
egui - Practice idiomatic Rust with live UI
- Explore cross-platform desktop and WebAssembly deployment
git clone https://github.com/your-username/your-repo.git
cd your-repo