2 changed files with 34 additions and 0 deletions
@ -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.* |
@ -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…
Reference in new issue