1.0.7 • Published 4 years ago

two-three v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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

component design

  • game component

    • static component

      • path
      • text
      • static component []
    • dynamic component

      • path
      • text
      • dynamic component []
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

7 years ago