Hacker News new | ask | show | jobs
Show HN: Pixel Art Editor built with ClojureScript/Om (jackschaedler.github.io)
21 points by jackschaedler 4440 days ago
3 comments

Source is here: https://github.com/jackschaedler/goya

Caveat: I'm in the process of learning Clojure and Om. There is some really nasty code in there

Here's my minimalist Om icon editor using triangular pixels. (Used early version of Om)

Demo: http://drcode.github.io/tricon/index.html Source code: https://github.com/drcode/tricon/blob/gh-pages/src/client/co...

Chrome only so can't see the site but curious what feature of Chrome you're using that isn't available in Firefox? Is it NaCl?
<input type="color"> This is just a little weekend project, and I wanted to use as much standard stuff as possible. I believe the color input type is coming to firefox soon though.
There's tons of plugins that provide color pickers. Here's one: http://www.eyecon.ro/colorpicker/
Weekend project? That's amazing! Is the source available? I would love to read it.
https://github.com/jackschaedler/goya

I'm just learning Clojure and Om, so the code is probably very nasty.