An open API service indexing awesome lists of open source software.

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

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