-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: change system parameters from traits to structs #52
Conversation
also removed the accessor stuff to redesign later on
also fixes #51 since the Accessor trait has been rewritten and the Storage traits are no longer unsafe. |
and update the accessors macro, renamed to zip
Some broken doc links still need fixing |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 65.51% 67.70% +2.18%
==========================================
Files 75 86 +11
Lines 5133 6314 +1181
==========================================
+ Hits 3363 4275 +912
- Misses 1770 2039 +269
☔ View full report in Codecov by Sentry. |
…d systems Entity allocator may be changed during offline, so we need to update the shards and snapshots before running the online systems
Still missing |
a VecStorage of {1, 0, 1} should be equivalent to a VecStorage of {1, 0, 1, 0, 0, 0, ...}
also fixes #51