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

implement entity-component architecture #3

Closed
5 tasks
michalbe opened this issue Jul 30, 2017 · 0 comments
Closed
5 tasks

implement entity-component architecture #3

michalbe opened this issue Jul 30, 2017 · 0 comments
Assignees
Labels

Comments

@michalbe
Copy link
Owner

michalbe commented Jul 30, 2017

  • Entities should be as small as possible (the only logic there should be probably managing children entities and components)
  • Components:
    • Body (like unity's transform)
    • Renderable
    • Movable
@michalbe michalbe reopened this Sep 6, 2017
@michalbe michalbe changed the title implement model-view-component thingy implement entity-component architecture Sep 6, 2017
@michalbe michalbe self-assigned this Sep 6, 2017
michalbe added a commit that referenced this issue Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant