1 Repo
Structures that propagate physical forces and constraints across interconnected nodes in a simulation.
Distinct from Execution Graph Compositions: Distinct from Execution Graph Compositions: focuses on physical force propagation in simulations rather than task-based workflow execution.
Explore 1 awesome GitHub repository matching software engineering & architecture · Physics Constraint Graphs. Refine with filters or upvote what's useful.
verlet-js is a JavaScript 2D physics engine and Verlet integration library used to simulate point masses and geometric constraints. It functions as a computational tool for calculating particle movement and structural interactions to create stable physics animations in browser environments. The project acts as a geometric constraint solver that enforces fixed distances and angles between interconnected nodes. This allows for the modeling of complex physical shapes and structures, such as cloth or rigid bodies, by iteratively adjusting particle positions. The engine includes a canvas animatio
Uses a graph structure of interconnected nodes and edges to propagate physical forces and constraints.