-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New system syntax, along with a better way to create queries:
SYSTEMS: Cannot create multiple command structs, instead the system introduce the Cmd field, and you can add new commands in it by adding interfaces to the system itself. To create a query, use RequireQuery(...) or OptionalQuery(...); the generator will automatically replace the method call with an optimized version. QUERIES: With<T> was renamed to All<T> Iterating on a query will not give a tuple anymore; instead you'll be presented with an iteration struct with all components. In the future it will be even more optimized with the generator.
- Loading branch information
Showing
59 changed files
with
1,051 additions
and
2,603 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.