https://github.com/jarppe/playing-with-threejs
Playing with ThreeJS using ClojureScript
https://github.com/jarppe/playing-with-threejs
clojurescript fun threejs
Last synced: 4 months ago
JSON representation
Playing with ThreeJS using ClojureScript
- Host: GitHub
- URL: https://github.com/jarppe/playing-with-threejs
- Owner: jarppe
- Created: 2018-02-04T13:42:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T21:39:55.000Z (over 7 years ago)
- Last Synced: 2025-01-18T08:47:01.132Z (5 months ago)
- Topics: clojurescript, fun, threejs
- Language: JavaScript
- Size: 490 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with ThreeJS using ClojureScript
Just playing with ThreeJS.
## Live
The latest release can be seen at https://jarppe.github.io/playing-with-threejs/
## Setup
To get an interactive development environment run:
lein dev
and open your browser at [localhost:3449](http://localhost:3449/).
To create a production build run:
lein dist
## License
Copyright © 2018 Jarppe Länsiö
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.