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

Refactoring into an ECS architecture #15

Open
stephanemagnenat opened this issue Jul 19, 2016 · 2 comments
Open

Refactoring into an ECS architecture #15

stephanemagnenat opened this issue Jul 19, 2016 · 2 comments

Comments

@stephanemagnenat
Copy link
Collaborator

Enki has reached its complexity limit with its current design. After a discussion with @dmiklic, we think it should be refactored into an Entity Component System (https://en.wikipedia.org/wiki/Entity_component_system), as this approach has proved successful in the game industry.

@stephanemagnenat
Copy link
Collaborator Author

stephanemagnenat commented Jul 19, 2016

Draft proposal for new design:
new-design.txt

@dmiklic
Copy link
Contributor

dmiklic commented Sep 12, 2016

@plsm and myself have started putting together a class diagram of the new architecture, in order to better understand it. So far, we've tried to transfer the document attached above to a diagram that can be accessed here.

It's done in draw.io, which is quite a pain to work with, so if you have a better suggestion, please let us know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants