An open API service indexing awesome lists of open source software.

https://github.com/overminddl1/overecs

OvermindDL1's ECS System
https://github.com/overminddl1/overecs

Last synced: 8 months ago
JSON representation

OvermindDL1's ECS System

Awesome Lists containing this project

README

          

OverECS

This is a remake of my ECS system I've been building internally for a few years.

This is not a good example of code design or anything else, but rather an efficient ECS design that I've been using for years.

Currently in are Entities, Component tables, and Aspects, though all are a little bit neutered, may be fleshed out over time.

Currently not done is the generic Event system, helpers to make defining the components less painful, and a bit more.

[![Join the chat at https://gitter.im/OvermindDL1/OverECS](https://badges.gitter.im/OvermindDL1/OverECS.svg)](https://gitter.im/OvermindDL1/OverECS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)