A simple, minimalistic drawing app
Written in Rust and egui
This project is heavily work in progress, some things might work, some might not
To build this project and try it urself, install rustup
, clone this repo, open terminal and cd into repo directory, run cargo run
- Simple drawing with line_segment (to be replaced with circle or image)
- Saving to file with button
- Clearing with "X" key
- Undo with "Z" key and redo with "Y" key
- Changing brush to circle
- Basic tablet support
- Save popup window