Skip to content

ClojureScript project for going through the "Learning Three.js" book.

Notifications You must be signed in to change notification settings

vl4dimir/threejs-book

Repository files navigation

threejs-book

Practice project for going through the 'Learning Three.js' book.

Usage

From a terminal:

lein figwheel

Then open index.html in a web browser. Live reloading of CLJS, HTML and CSS should work.

If you want to REPL into the running Figwheel process, connect to the nREPL that is already running at port 7888 (it has been started by lein figwheel), and then eval the following string in it:

(use 'figwheel-sidecar.repl-api) (cljs-repl)

Magic should start happening.

License

Whatever man.

About

ClojureScript project for going through the "Learning Three.js" book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published