finds.dev← search

// the find

Orama-Interactive/Pixelorama

★ 9,720 · GDScript · MIT · updated Jun 2026

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!

Pixelorama is a full-featured pixel art editor built in GDScript on Godot 4, covering sprites, tilemaps, and frame-based animation with a timeline, onion skinning, and layer effects. It's a real alternative to Aseprite for indie game devs who want a free, open-source tool. Active development, nearly 10k stars, and available on every platform including browser.

Pixel-art-specific rotation and scaling algorithms (cleanEdge, OmniScale, rotxel) instead of generic bilinear — this matters a lot for pixel art correctness. The tilemap layer supports rectangular, isometric, and hexagonal grids natively, which most competitors punt on. Non-destructive layer effects (outlines, drop shadows, gradient maps) mean you can experiment without destroying your source art. The CLI export interface is a genuine quality-of-life feature for teams running build pipelines that need spritesheet exports automated.

GDScript as the implementation language is a double-edged sword: it means zero friction to contribute if you're a Godot dev, but it also means the runtime is Godot, so startup time and memory footprint are heavier than a dedicated native app like Aseprite. The docs site is incomplete by the maintainers' own admission, which will slow down new users hitting non-obvious features. Extension support exists but the ecosystem is thin — you're mostly on your own if a missing feature matters to you. No vector layer type, so if your workflow mixes pixel and vector (e.g. for scalable UI) you need a second tool.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →