A 2D game engine using WebGL2 written in Typescript
Install dependencies
yarn
Launch sample game
yarn dev
Build documentation
yarn docs:build
Launch documentation in browser
yarn docs:watch
- Drawing objects
- Viewport and camera
- Game loop
- Keyboard input
- Asynchronous resource loading
- XML Scene definition
- Scene management
- Audio
- Textures
- Sprites
- Fonts
- GameObjects