The Neural Orb from chris teso on Vimeo.
130 seconds of a music visualization engine and generative drawing built in AS3 using particles and physics engine.
See it in it’s 4:02 entirety HERE.
512 particles are released with instructions to randomly disperse throughout the scene. Variants include friction and wander. Particle location is constantly tracked and more particles [...]
Many times I’ve set up interfaces where I need to place different objects equidistant around a central object. The solution to this problem is to first calculate the angle of each object by converting Radians to Degrees. This can be expressed by the following formula
So, you simply need to loop through your collection of objects [...]