1.0.7 • Published 4 years ago
two-three v1.0.7
two-three
2d physics/game engine using three.js. probably not useful for anything but my understanding of engine design.
game engine design
- based on three.js
- 3d world, w/ 2d view based on PerspectiveCamera on flat plane
engine structure
- game instance
- gamecontrollers?
- rendercontroller?
- inputcontroller?
- componentscontroller?
- gamecomponents
- gameentity
- gamestate
- gamecontrollers?
component design
game component
static component
- path
- text
- static component []
dynamic component
- path
- text
- dynamic component []