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

chore: replace casuarius with dagga #2

Merged
merged 2 commits into from
Mar 11, 2023

Conversation

schell
Copy link
Owner

@schell schell commented Mar 11, 2023

This moves the scheduling into a new crate, dagga, which is implemented using the AC3 constraint satisfaction algorithm limited to only expressions of <, > and !=. This is instead of using cassowary for scheduling which is quite a large system in itself. This should make apecs's scheduling faster, but at the very least it makes it easy to understand and debug.

This also has the benefit that dagga can be used for scheduling other things like other ECS libs, render graphs etc.

@schell schell merged commit 5a1c109 into main Mar 11, 2023
@schell schell deleted the chore/replace-casuarius-with-dagga branch March 11, 2023 22:23
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