A experimental, remembering, work in progress image editor written in Rust.
Image-mod works using a dynamic combination of so-called modifiers: each representing a step in the editing process. This means that changes are never fixed and can always be removed, inserted, reordered and edited.
Like most other Rust crates, simply cargo run
. The libraries used work cross-platform.
For running on linux egui/eframe requires some dependencies.