- Notifications
You must be signed in to change notification settings - Fork458
A simple Verlet physics engine written in javascript
License
NotificationsYou must be signed in to change notification settings
subprotocol/verlet-js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple Verlet (pronounced 'ver-ley') physics engine written in javascript.
Particles, distance constraints, and angular constraints are all supported by verlet-js. From these primitives it is possible to construct just about anything you can imagine.
You may use verlet-js under the terms of the MIT License (SeeLICENSE).
- js/verlet-js/vec2.js:2d vector implementation
- js/verlet-js/constraint.js:constraint code
- js/verlet-js/verlet.js:verlet-js engine
- js/verlet-js/objects.js:shapes and objects (triangles, circles, tires..)
npmrunbuild
About
A simple Verlet physics engine written in javascript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.