pixel-edit

a simple pixel editor

MIT License

Stars
1

Pixel Edit

Building

  • built with version 0.13.0
git clone https://github.com/cowboy8625/pixel-edit &&
cd pixel-edit &&
zig build run

TODO

  • Animations - display each frame as the exported image would be displayed

UI

  • World UI scaling with camera
  • Ui implementation for buttons on a grid.
  • some how highlight the selected tool in use

File Manager

  • Back button to move up a folder ../ at the top of the list
  • sort list to have folders at the top and files at the bottom
  • Create Folder button
  • If file name is to long chop it and add ...

Text Input

  • TextInput add cursor movement with arrow keys
  • move left and right in text input with cursor

TOOLS

  • Brush size
  • custom brushs
  • custom and saveable color palette (save to a json file)

WIDNOWS

file manager doesnt work