Age | Commit message (Collapse) | Author | Files | Lines |
|
Completely changes the interface to something more akin to a modern
image editor, with a palette of icons for tools. New icons are in place,
with a tool bar that stays inside the viewport at all times.
Additionally, drawing behavior more closely matches that of The GIMP, et
al in how it handles clicks.
Due to how new I am to Javascript and the relative complexity of
implementing a pixel editor, I may not offer a mobile version at this
time.
|
|
Also added a 'show grid' toggle button, which will update 'on' or 'off'
on its label as necessary.
|
|
This pixel editor is a sort of 'proof of concept' for a Javascript app.
It has support for three primary colors (black, white, custom), a darken
and lighten tool, a rainbow tool, and you can right click to capture a
color in the custom color box. Quite handy for simple little doodles.
Future work will be done mostly in the CSS for the UI layout.
|