mikebelanger / monkey-project

Experimental live-coding of a blend4web scene using our beloved Suzanne.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Semi-Live) Coding Suzanne's Head!

Experimental live-coding project using blend4web via clojurescript.

Instructions

  1. Make sure you have all the necessary prereqs for Clojure/Clojurescript, and the Boot build tool. Also have the cljs-blend4web .jar installed in your local maven cache, instructions to install cljs-blend4web jar.

  2. Download/Checkout this repo.

  3. Get into a terminal emulator, and cd into the repo

  4. To live-code, enter the following command (you should be in the same directory as the build.boot file)

boot b4w-live
  1. Wait for it to download the deps/compile all the js, ignore the epic list of warnings the compiler gives you, and point your browser to localhost:8000. Boom.

  2. Open up src/monkey_project/live.cljs. Specifically, the actions map.

  3. Brace yourselves for some crazy. Look the browser -- we are.....LLLLLLIVE!

Enjoy!

If you'd like to share on the web, I recommend using the :advanced compilation settings, or

boot deploy

About

Experimental live-coding of a blend4web scene using our beloved Suzanne.


Languages

Language:Clojure 98.2%Language:HTML 1.8%