Skip to content

jsdf/ReasonPhysics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reason-physics

A simple 2d physics engine written in ReasonML. Heavily inspired by Coffee Physics.

See the in-browser demo and the demo source.

to build the react demo

cd react-demo
yarn start # bsb watch mode
yarn server # local devserver

# or
yarn prod # build to docs/ dir

to build the reprocessing demo

cd 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

About

simple physics simulation for reasonml

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors