Skip to content

A simple Three.js wrapper to aid the creation of games or other visuals. Used by Slapshot and Earth.js

License

Notifications You must be signed in to change notification settings

bouchertommy/era-engine

 
 

Repository files navigation

ERA Engine

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).

Documentation

Examples

Contributing

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

Developing

To build, run npm run build. The ERA engine uses Rollup, and builds to build/era.js as well as build/era.module.js.

To bring up a demo, run npm start and navigate to localhost:5000/dev.html. It will be a blank screen, but you can interact with the engine in the console.

About

A simple Three.js wrapper to aid the creation of games or other visuals. Used by Slapshot and Earth.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • HTML 1.2%