Lusito / box2d.ts

Full blown Box2D Ecosystem for the web, written in TypeScript
https://lusito.github.io/box2d.ts
60 stars 6 forks source link

wasm builds of box2d and liquidfun #24

Closed danbri closed 2 weeks ago

danbri commented 2 years ago

What would it take to integrate https://github.com/Birch-san/box2d-wasm/releases/tag/v4.0.0-liquidfun.0 i to the benchmarks?

Lusito commented 2 years ago

Good question.. if you only want to compare the pure box2d performance, then it should be relatively easy by:

Lusito commented 2 years ago

If you want to compare the liquidfun parts, you'd have to first create a test setup to actually compare it and create a separate entry-point, since not all of the libraries support particles. Maybe use the Soup stirrer as a base?