Shared-Reality-Lab / IMAGE-HAPI

This repository contains both the java and JS/TS versions of the HAPI (Haply's API)
0 stars 0 forks source link

Investigate integration of a physics library with the HAPI #17

Closed sriGanna closed 3 years ago

sriGanna commented 3 years ago

There are several active ports of BOX2D (the library that Fisica is based off):

Determine which one is best suited for our applications

sriGanna commented 3 years ago

Planck.js (https://github.com/shakiba/planck.js) was chosen as the physics library because it was created to make a Box2D port that is readable/ easier to use for JS.

The physics integration involves the porting of the haply specific classes in the Hapi-fisica port