Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 408 Bytes

File metadata and controls

10 lines (9 loc) · 408 Bytes

Basic ECS implementation

This is designed to be a stupid simple ECS implementation for a blog post. The main purpose of this repo is to help one get a high level view on what this design pattern is all about without getting too into the weeds.

npm i
# then
npm run dev

To check out a proper ECS implementation in JS take a look at bitECS