Nonlinear spring assembly solver and visualization library. Version 1.0.1 supports Python >=3.10. Uses flexel formulation for modeling complex spring networks. Active development, monthly releases.
pip install springableNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create nodes and springs, solve, and visualize.
Ensure rest_length > 0 for all springs.
Use from springable import Flexel, Spring, Node, Assembly instead of from springable.x import y.
Upgrade to 1.0.1.
Wrap with list() if you need all results immediately.