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

feat: replace graph with moongraph #6

Merged
merged 9 commits into from
Mar 26, 2024
Merged

feat: replace graph with moongraph #6

merged 9 commits into from
Mar 26, 2024

Conversation

schell
Copy link
Owner

@schell schell commented Mar 26, 2024

This removes a lot of the graph code - storing resources, scheduling, running the system DAG, etc - and replaces it with moongraph. Many names have changed:

  • Write becomes ViewMut
  • Read becomes View
  • added Move (systems can "move" resources out of the graph when they run)

Also, apecs is no longer an async executor itself. Instead it plays nicely with external executors by introducing a FacadeSchedule, which is a schedule of resource loans.

Fixes #5.

@schell schell changed the title featmoongraph again feat: replace graph with moongraph Mar 26, 2024
@schell schell merged commit 14f6e93 into main Mar 26, 2024
@schell schell deleted the feat/moongraph-again branch March 26, 2024 17:02
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.

Remove async executor
1 participant