Skip to content
andrews edited this page Apr 6, 2017 · 6 revisions

Welcome to the Fancy wiki!

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...

Design Pages

Source code

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...

Clone this wiki locally