Skip to content

mikebelanger/minimal_threejs_cljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal THREEJS/Clojurescript example

In addition to http://clojurescript.org/guides/quick-start

Usage

boot build
open target/index.html

You will see a transparent, spinning cube. It's probably best to view with Chrome/FF.

Folders

=>> tree . -I target
.
├── README.md
├── assets
│   └── index.html
├── build.boot
└── src
    └── minimal_cljs
        └── core.cljs

3 directories, 4 files

About Boot

http://boot-clj.com/

Installation on OS X:

brew install boot-clj

Other platforms https://github.com/boot-clj/boot#install

License

MIT

About

Basic example of using THREEjs with Clojurescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published