A simple 2d physics engine written in ReasonML. Heavily inspired by Coffee Physics.
See the in-browser demo and the demo source.
cd react-demo
yarn start # bsb watch mode
yarn server # local devserver
# or
yarn prod # build to docs/ dircd reprocessing
yarn sync # hard copies the reason-physics dep to node_modules. yarn link doesn't work because bsb-native uses absolute paths
# web
yarn watch:web
yarn server
# native
yarn build:native && yarn start:native