https://github.com/strainer/particloud55
threejs particle cloud excercise
https://github.com/strainer/particloud55
Last synced: about 2 months ago
JSON representation
threejs particle cloud excercise
- Host: GitHub
- URL: https://github.com/strainer/particloud55
- Owner: strainer
- License: unlicense
- Created: 2017-06-15T11:13:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T12:10:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T20:21:12.625Z (over 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## particloud55
[Web Three.js demo](http://strainer.github.io/particloud55/)
A threejs particle cloud excercise.
* View of cloud automatically spins and zooms.
* Cloud also expands, contracts, inverts.
* Particles are very slowly drawn to each other -squeezed by a randomly offest grid generated each frame.
Eventually the particle clouds become distorted into sheets and strings.
### Primitive flying controls:
* cursor keys spin,
* a-z zooms in out.
### Link
For much more developed physics see:
[strainer/fancy](http://strainer.github.io/fancy/)