foxnne/pixi
Pixel art editor made with Zig.
10d375670486f4c2c2c47b6b8bef9bcf42b52160
db034786a1286ab28dc35aba534c098aa4f1a3aa
Pixi is an cross-platform open-source pixel art editor and animation editor written in Zig.
Typical pixel art operations. (draw, erase, dropper, bucket, selection, transformation, etc)
Create animations and preview easily, edit directly on the preview.
View previous and next frames of the animation.
Set sprite origins for drawing sprites easily in game frameworks.
Import and slice existing .png spritesheets.
Intuitive and customizeable user interface.
Sprite packing
Theming
Automatic packing and export on file save
Also a zig library offering modules for handling assets
NEW: Export animations as .gifs
gtk+3-devel
or similar is installed (for native file dialogs).git clone https://github.com/foxnne/pixi.git
cd pixi
zig build run