A game engine that follows data-oriented design (DOD) and implements an entity-component-system (ECS) written in TypeScript.
Click here to check out the github repo.
- Implement a plugin system for bundling systems and components together for ease of use and for tweaking other parts of the game engine outside the ECS.