Skip to content

foxnne/pixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25d5493 · Feb 18, 2025
Feb 1, 2025
Dec 25, 2024
Feb 13, 2025
Feb 18, 2025
Jun 17, 2023
Jan 31, 2025
Jan 17, 2024
Feb 18, 2025
Feb 18, 2025
Oct 5, 2023
Jan 27, 2025

Repository files navigation

buildworkflow

Pixi is an cross-platform open-source pixel art editor and animation editor written in Zig.

Check out the user guide!

pixi_explanatory_workflow

Screenshot 2023-08-09 at 1 15 03 AM Screenshot 2023-08-09 at 1 12 48 AM

ko-fi

Features planned for 0.1

  • Typical pixel art operations. (draw, erase, color select)
  • 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

User Interface

  • The user interface is driven by Dear Imgui which should be familiar to many.
  • The general layout takes many ideas from VSCode, as well as general project setup using folders.

Planned Features

  • Export/import options.
    • Possibly .pyxel and .asesprite import
    • Export to .zig to directly use in Zig frameworks
    • .gif support
  • Palettes
  • Tiles
  • Possibly much more

Compilation

Credits