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
- Host: GitHub
- URL: https://github.com/superpuero/entityregisrtysystem
- Owner: superPuero
- Created: 2024-12-03T16:10:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:54:47.000Z (over 1 year ago)
- Last Synced: 2024-12-03T17:29:13.956Z (over 1 year ago)
- Topics: cpp, cpp-library, cpp17, cpp20, entity, entity-component-system, entity-framework, entity-registry
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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