Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core ECS Structure #5

Merged
merged 19 commits into from
Jun 11, 2018
Merged

Core ECS Structure #5

merged 19 commits into from
Jun 11, 2018

Conversation

JaegarSarauer
Copy link
Owner

Core ECS Structure.

Systems for managing the engine:
Manager
AudioManager
DOMManager
EngineManager
InputManager
NetworkManager
PersistentManager
PhysicsManager
ProgramManager
RenderManager
SceneManager
UpdateableManager

GameObjects, entities which hold components and compute and react to logic:
GameObject
PersistentObject
SceneObject

Components, modules that connect to GameObjects to better manage similar characteristics across all GameObjects:
Audio
BoxCollider
CircleCollider
Collider
Collider2D
Component
Physics
Physics2D
Renderable
Renderable2D
RenderableSquare
Transform

@JaegarSarauer JaegarSarauer merged commit 1d306ab into master Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant