A simple wrapper around Three.js and peripherals such as physics engines, TWEEN, etc. to aid the creation of games or other visuals. Used by Slapshot and Earth Revival Act (ERA).
The ERA engine is missing many features, as it was built for two specific games. In order to be useful for the general case, others will need to request or implement features on their own.
GitHub Project with future features/issues
To build, run npm run build
. The ERA engine uses Rollup and Babel, building to
build/era.js
. Examples must be rebuilt with npm run-script build-examples
.
To run both before submitting a PR, run npm run-script build-all
. To build a
specific example, run npm run-script build-examples -- --example=<example>
.
To bring up a demo, install http-server
by running npm install -g http-server
.
You can then run npm start
or http-server
and navigate to localhost:5000
.