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

Create an example app #15

Open
3 of 10 tasks
oubiwann opened this issue Feb 20, 2020 · 0 comments
Open
3 of 10 tasks

Create an example app #15

oubiwann opened this issue Feb 20, 2020 · 0 comments

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Feb 20, 2020

Phase 1: Basic Skeleton

  • Create a placeholder app
  • Use arbitrary structs for Component, System, Application, etc.
  • Implement start, stop, new methods, etc.

Phase 2:

  • Add configuration file
  • Pull in config data
  • Share config data with placeholder components
  • Update components to use config instead of hard-coded values

Phase 3:

  • Update the System constructor to take a vec of components
  • Calculate dependency order
  • Start components in reverse dependency order (still using placeholder code)

Phase 4:

  • TBD
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

No branches or pull requests

1 participant