-
Notifications
You must be signed in to change notification settings - Fork 0
Home
andrews edited this page Apr 6, 2017
·
6 revisions
Here are some notes on this projects design
Fancy is a physics simulation project which has been developed as a private hobby, in a 'from the ground up' manner without researching the common art of physics simulation.
The projects condition is currently chaotic but improving...
- Spotmap - A spatial Tree - Basic notes
- Spot quests - Trees algorithm - Draft notes
- Contact formula - Draft notes
- Jote - Physical datum - Short notes
- Tempering velocity - Stub note
bench/creation.js
is where the figments are being built. They mostly use a couple of
unruly functions in figment/construct.js which set particles into basic orbits
in a plane or randomised spherical area around an attractor.
bench/instructor.js
is tying together the various bits of the system
threeJS
library is used to handle all rendering
to be con...