MiniPixel
MiniPixel copied to clipboard
A tiny pixel art editor
When having a selection, display handles to allow arbitrary scaling. * Only nearest integer scaling * Always keep the source image while the selection is active * Preview handled in...
Good example: https://ogmo-editor-3.github.io/docs/#/manual/introduction.md#manual/introduction.md
When drawing larger pieces it's kind of tedious to draw with a 1x1 brush. Request origin: https://itch.io/post/5393741 Possible inpiration: 
There's a limitation of SDL that it rounds coordinates to whole numbers. Finer scroll gestures get lost due to this.
When I click the save button, the system file dialog opens, but then it is frozen: I cannot click on the button to save or cancel, and all my desktop...
The most minimal PR to get Mini Pixel working for Zig 0.14.1. A couple notes: - Compiles and runs in Release modes for Linux and Windows. - The debug build...
With the current official Zig compiler, `0.13.0`, the command `zig build` results in a compile error. It seems that this is due to `build.zig` being out of date, some of...