cljs-closure-demos icon indicating copy to clipboard operation
cljs-closure-demos copied to clipboard

Clojurescript implementations of the Google Closure Demos

Clojurescript + Google Closure Demos

Reimplementation of the Google Closure Demos in Clojurescript.

View working demos at hhutch.github.com/cljs-closure-demos.

Compile using leiningen cljsbuild Advanced compilation will cause some of these to fail.

lein cljsbuild auto
lein cljsbuild once autocompletebasic

Use a local webserver to view the demos once compiled

cd resources/public/ && python -m SimpleHTTPServer 8080 &
chromium-browser http://localhost:8080/

Work in Progress

Currently the following demos do not work

  • [ ] autocomplete rich remote
  • [ ] charpicker
  • [ ] d0mselection
  • [ ] drilldownrow
  • [ ] editor
  • [ ] hsvapallette
  • [ ] slider