Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.