PixEditor is a basic pixel art making tool. It is currently very bare-bones but has some basic features.
- Single Pixel: Paint a single pixel
- Rectangle Border: Draw a rectangle Border
- Rectangle Fill: Draw a rectangle which is filled inside
- Erase: Erase a pixel (will have size mechanism in the future)
- Fill: Fill a portion with a color, similar to how MS Paint does.
Install Rust and Cargo.
Clone the repo.
Run cargo run
in your cloned project directory.
Enjoy