Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy8625/pixel-edit
a simple pixel editor
https://github.com/cowboy8625/pixel-edit
pixel-editor zig
Last synced: about 2 months ago
JSON representation
a simple pixel editor
- Host: GitHub
- URL: https://github.com/cowboy8625/pixel-edit
- Owner: cowboy8625
- License: mit
- Created: 2024-01-09T02:24:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-11T20:23:27.000Z (6 months ago)
- Last Synced: 2024-11-01T01:53:06.201Z (3 months ago)
- Topics: pixel-editor, zig
- Language: Zig
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixel Edit
### Building
- built with version `0.13.0`
```shell
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