Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 658 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 658 Bytes

Live Game Editor

An implementation of Bret Victor's neat live game editor in Clojurescript

Deploying on Stackato

$ git clone git://github.com/Stackato-Apps/live-cljs.git
$ cd live-cljs
$ stackato push -n

Usage

Works best in Chrome. It runs in FF, but the mouse events don't work

lein run

If you get the "can't recur here" error:

For some reason on second run the cljs compiler gets AOT compiled and screws everything up. If you get an error when you run, simply

rm -rf classes/cljs/

License

Copyright (C) 2012 Chris Granger

Distributed under the Eclipse Public License, the same as Clojure.