Created by: vicdoval
From its docs :D
This node creates simulations from input parameters, it is meant to be used in form-finding purposes. It creates the simulation using the inputed vertices as spheric particles that react to applied forces. The node is a basic NumPy implementation of basic physics system heavily inspired in "The Nature of Code" by Daniel Shiffman and the Kangoroo Plugin for Grasshopper. Due the nature of the algorithm it can get very intensive, handle with responsibility...
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.