Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 907 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 907 Bytes

The Cycle of Life

Visualization of the cycle of life and the chaos inside the living. Atoms represented by circles are constantly constructing DNAs by forming a sine wave together, spending their lifetime, and finally, vanish only to be replaced by new atoms to complete the cycle of life.

Implemented using P5.js library. Currently using P5.gui for UI.

Technical Details

To be written

Usage

You can either try out the parameters provided in UI or edit the code yourself by cloning the repo. Open the html file in your browser to see the sketch

To Record Your Sketch

Take a look at sketches/sketchRecording.js for exacty same code with a recording option. Refer to this article for the recording process.