- Install Cargo (and rust) if you haven't already.
- Clone repo.
- run
cargo build
or if you only want to run it
- Install Cargo (and rust) if you haven't already.
- Clone repo.
- run
cargo run
Add "edit-shape" tool to allow to allow the user to edit the created shapes. [DONE]- Create proper UI to make the user able to create a Canvas with a fixed height and width (instead of the currently inifinite canvas).
- Export functionality including SVG and image formats like PNG, JPEG.
- Add a "Pen Tool" to create splines/shapes using the Pen tool as opposed to drawing them with the free hand.
- Become a solid production ready curve editing tool
- Export to at least (some) widely used formats like: Image, SVG, raw points, etc..
This project is dual-licensed under either:
- MIT License (LICENSE-MIT)
- Apache License, Version 2.0 (LICENSE-APACHE)
at your option.
- eframe (& egui)
- kurbo
- simplify-rs
