# 🔥 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)
