Browse Source

lazygit

main
Gregory Leeman 7 months ago
parent
commit
7be378cf73
  1. 14
      README.md
  2. 20
      TODO.md

14
README.md

@ -0,0 +1,14 @@
# mixx
A simple drawing app that implements proper color mixing with
[mixbox](https://github.com/scrtwpns/mixbox) becuase:
1. Drawing applications are too bloated.
2. Things look better anti-aliased.
3. Emulating real-world media in a digitial environment produces images
that feel dishonest.
4. **Colors were made for mixxing, not for picking.**
***"Hello, can I have color #6fd638 please?"***
*- Something said by the absolute deranged.*

20
TODO.md

@ -0,0 +1,20 @@
- update pucks so I can use them for both selecting and mixing
- fix canvas background color (currently looks white, acts black?)
- fix flood fill (currently always black and not clean)
- keyboard shortcuts
- important ones are temporary color picker and temporary mixxing
- investigate anti-aliasing solutions
- implement layers
- add/remove layer
- select active layer
- move layer up/down
- hide/show layer
- merge layers
- implement selection
- select rectangle -> replaces current tool set with
- resizie selection
- transform selection
- move selection
- copy selection?
- delete selection
- resize selection
Loading…
Cancel
Save