Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelchadwick/sketchage
Simple grid-based drawing web app
https://github.com/michaelchadwick/sketchage
draw drawing grid html5 javascript pixel pixel-art pixel-art-maker remix webapp
Last synced: 2 months ago
JSON representation
Simple grid-based drawing web app
- Host: GitHub
- URL: https://github.com/michaelchadwick/sketchage
- Owner: michaelchadwick
- Created: 2017-03-16T06:08:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T18:44:54.000Z (7 months ago)
- Last Synced: 2024-07-10T22:31:44.570Z (7 months ago)
- Topics: draw, drawing, grid, html5, javascript, pixel, pixel-art, pixel-art-maker, remix, webapp
- Language: JavaScript
- Homepage: https://sketchage.neb.host
- Size: 917 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sketchage
Building off of [mixophrygian](https://github.com/mixophrygian)'s original ["Etcha-sketch"](https://mixophrygian.github.io/) web app, I thought I'd try to make it even more awesome because *reasons*.
* Completely redesigned interface and color scheme
* Updated to HTML5
* Refactored jQuery
* Change grid width/height
* Change square count from main interface
* Click to draw by default (with "clickless" mode still available)
* Rainbow color mode
* Colorpicker tool
* Save your image to BMP, GIF, JPG, PNG## Color Stuff
* [bitmap.js](http://mrcoles.com/low-res-paint)
* [jscolor](https://jscolor.com) is the bee's knees.## Ruler
Thanks to Mads Stoumann for the help on [making a ruler](https://dev.to/madsstoumann/build-a-css-ruler-2opn), and [jQuery.Transit](https://ricostacruz.com/jquery.transit) for positioning it.