Skip to content

A simple clojurescript starter app for threejs using shadow-cljs

License

Notifications You must be signed in to change notification settings

ernie-hs/three-cljs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threejs cljs template

a threejs startup shadow-cljs project. a rotating box with light, shadows and controls with a simple clojure test case.

command line

start with,

npm install

if you want to run it from npm,

npm run watch

if you want to have the test cases in a browser,

npm run browser-test

run both and you will now have two ports open,

for the app http://localhost:8700

for the tests http://localhost:8021

emacs

run it from emacs using cider,

M-x cider-jack-in-cljs

when prompted choose, shadow then :app

you can go to the dashboard on http://localhost:9630 to start the browser-test (builds -> watch browser-test).

off you go...

About

A simple clojurescript starter app for threejs using shadow-cljs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published