Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/pixelart-editor
a pixel art editor using HTML DIVs for my HackerSchool application
https://github.com/hashnuke/pixelart-editor
Last synced: 24 days ago
JSON representation
a pixel art editor using HTML DIVs for my HackerSchool application
- Host: GitHub
- URL: https://github.com/hashnuke/pixelart-editor
- Owner: HashNuke
- Created: 2012-12-27T13:05:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-31T05:20:04.000Z (almost 12 years ago)
- Last Synced: 2024-10-04T21:34:36.382Z (about 1 month ago)
- Language: CoffeeScript
- Homepage: http://akash.im/stuff/pixelart-editor
- Size: 152 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixelart editor
Demo -
## Development
You'll need [Coffeescript](http://coffeescript.org) to build this yourself.
Clone the repo, compile the `js/pixelpad.coffee` to javascript and open index.html :)
If you are impatient, just copy-paste this into your terminal
git clone https://github.com/HashNuke/pixelart-editor.git
cd pixelart-editor && coffee -c js/pixelpad.coffee
open index.html## Why build this thing?
Pixel art fan here. Labor of love.