Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Eric McDaniel edited this page Oct 26, 2021 · 7 revisions

Welcome to the harmony-ecs wiki!

Harmony is a small, archetypal ECS focused on performance and compatibility. Harmony aims to be one of the fastest pure-JavaScript ECS implementations with support for multiple component storage types.

Comprehensive API documentation lives here.

Installation

Install Harmony with your JavaScript package manager of choice.

npm i harmony-ecs
Clone this wiki locally