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

https://github.com/superpuero/entityregisrtysystem

Tools to create application using entity component/registry system
https://github.com/superpuero/entityregisrtysystem

cpp cpp-library cpp17 cpp20 entity entity-component-system entity-framework entity-registry

Last synced: over 1 year ago
JSON representation

Tools to create application using entity component/registry system

Awesome Lists containing this project

README

          

# EntityRegisrtySystem

This system provides necessary tools to create C++ applications using entity component/registry
## Code example
Code example is in main.cpp (delete this file before actual system usage).
## Usage

Include ERS folder in your project and include EntityRegistrySystem.h from ERS/src.

# Notes
General information logging and debugging in turned on by default.

You can configure this is ERS/src/Core/Base.h

## Language
C++17/20