verlet-js
verlet-js copied to clipboard
open to a PR to de-crustify this?
@subprotocol would you accept a PR that makes this thing easier to run out-of-the-box? When I npm install and build things locally I get some errors and the examples are all non-functional.
Happy to simplify things and get the default state running again if you're open to that.
Hey @mreinstein I started working on a typescript version of this library since this one hasn't received a commit in 10 years and seems a little abandoned.
In case you are interested: https://github.com/JonasGruenwald/verlet-ts
It's incomplete as of now though. Really appreciate how straightforward this original library is though, very easy to understand, I enjoyed adapting it.