Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
7.26k stars 390 forks source link

Added a way to see index of color (plus bugfixes) #1143

Closed Variable-ind closed 1 day ago

Variable-ind commented 4 days ago

Added:

An index preview (same as what was used in voxelorama) that displays after the same zoom as pixel grid NOTE: i attempted to make them visible at all zoom levels but it caused a visual artifact at smaller zoom levels (see video below) so i thought it was best to restrict it up to a given zoom level.

https://github.com/user-attachments/assets/d5bd838f-c25a-4464-a01d-60921b079eb6

Fixes:

OverloadedOrama commented 1 day ago

Looks pretty good! I think it may be better to not show the indices at all when they are 0. It would make the canvas less noisy, and the pixels with non-zero indices would be easier to read.