daverau / Pixel-Draw

Pixel drawing app using HTML5/CSS/JS

Home Page:http://pixeldrawapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Drawing App in plain JavaScript

A plain JavaScript pixel drawing app for the browser, ideally for touch screens.

Background

Native Javascript except selective use of Underscore.js for functions like _.size and _.without. Requires touch event emulation in the browser to use.

Interface in action

Features

  • No canvas, uses a good old HTML table -- semantic blastphamy!
  • Save to localstorage, testing out localForage for speed optimizations on iOS
  • Publish online via parse.com data api (removed since Parse service shutdown)

Changelog

1.3.0

  • New color picker with presets
  • Minor code formatting cleanup

1.2.0

  • Publish to the online gallery
  • Random color picker now randomizes the working area colors, not your saved palette

About

Pixel drawing app using HTML5/CSS/JS

http://pixeldrawapp.com/


Languages

Language:JavaScript 55.2%Language:CSS 34.1%Language:HTML 10.7%