blaze-2d
Version:
A fast and simple WebGL 2 2D game engine written in TypeScript
23 lines (14 loc) • 449 B
Markdown
# 🔥 Blaze 2D 🔥
A fast, 2D WebGL 2 game engine written in TypeScript.
# Goals
- Handle complex scenes
- Good selection of UI components
- follow Data Oriented Design principles where performance is critical
- Simple and well documented API
# Installation
```bash
yarn add blaze-2d
```
**NOTE: Some scripts may not work without yarn.**
# Documentation
You can find the documentation and API reference [here](https://blaze2d.netlify.app)