https://github.com/cowboy8625/pixel-edit
a simple pixel editor
https://github.com/cowboy8625/pixel-edit
pixel-editor zig
Last synced: 5 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T04:22:22.000Z (over 1 year ago)
- Last Synced: 2025-02-23T05:20:20.361Z (over 1 year ago)
- Topics: pixel-editor, zig
- Language: Zig
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
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
- [ ] Remove ESC from killing the app
- [ ] Fix Grid drawing
- [ ] Undo/Redo
- [ ] Selection Tool - should be able to grab and move the selected area
#### UI
- [ ] World UI scaling with camera
- [ ] highlight the selected tool in use
#### Text Input
- [ ] TextInput add cursor movement with arrow keys
- [ ] move left and right in text input with cursor
#### TOOLS
- [ ] Resizeable Brush
- [ ] Brush size
- [ ] custom brushs
- [ ] custom and saveable color palette (save to a json file)