gamex
v0.5.4
Published
A 3D WebGL-based game engine
Downloads
6
Readme
gamex
A 3D WebGL-based game engine.
DISCLAIMER: This has some rough edges and should probably not be used directly within production apps.
See this in use at levi.codes/dynamics!
This project includes a 3D WebGL-based graphics framework, a 3D physics engine, and miscellaneous other features that are commonly needed when creating a game.
Notable Features
- A general system for interacting with the dat.GUI library for dynamically adjusting system parameters.
- A ton of cool features in supporting libraries--notably:
Acknowledgements / Technology Stack
The technologies used in this library include:
- ES2015
- WebGL
- gulp.js
- Babel
- Browserify
- SASS
- physx
- grafx
- Numerous other packages that are available via NPM (these are listed within the
package.json
file)
Developing / Running the Code
See Getting Set Up or Understanding the Code for more info.
License
MIT