MiniPixel icon indicating copy to clipboard operation
MiniPixel copied to clipboard

A tiny pixel art editor

Results 10 MiniPixel issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Good example: https://ogmo-editor-3.github.io/docs/#/manual/introduction.md#manual/introduction.md

enhancement

When drawing larger pieces it's kind of tedious to draw with a 1x1 brush. Request origin: https://itch.io/post/5393741 Possible inpiration: ![grafik](https://user-images.githubusercontent.com/473672/154101620-6bc01965-88dc-430f-a9c3-90eb77963808.png)

enhancement

There's a limitation of SDL that it rounds coordinates to whole numbers. Finer scroll gestures get lost due to this.

enhancement
macOS

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...