https://github.com/statusfailed/three-experiments
Playing around with Three.JS
https://github.com/statusfailed/three-experiments
Last synced: 12 months ago
JSON representation
Playing around with Three.JS
- Host: GitHub
- URL: https://github.com/statusfailed/three-experiments
- Owner: statusfailed
- Created: 2018-04-01T12:02:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T12:04:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T08:18:53.072Z (about 1 year ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.JS Experiments
Some toy programs made with Three.JS
## Rainbow Cubes
Moving cubes plus movement:
* WASD for direction
* Q for "down"
* E for "up"
* Click + drag mouse to change view angle
To view:
cd rainbow-cubes
python3 -m http.server
view [localhost:8000](http://localhost:8000) in your browser