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: 5 months ago
JSON representation

a simple pixel editor

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)