0.5.4 • Published 6 years ago

gamex v0.5.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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:
    • grafx: A 3D graphics framework for WebGL.
    • physx: A physics engine with 3D rigid-body dynamics and collision detection (with impulse-based resolution).

Acknowledgements / Technology Stack

The technologies used in this library include:

Developing / Running the Code

See Getting Set Up or Understanding the Code for more info.

License

MIT