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

More performant, slightly more boilerplate heavy scenes for Arch and Unity ECS #8

Open
seannowotny opened this issue Jun 2, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@seannowotny
Copy link
Owner

seannowotny commented Jun 2, 2023

Unity ECS IJobEntity is only slightly more boilerplate heavy than SystemAPI.Query
and in Arch InlineQuery is only slightly more boilerplate heavy than Query

I think it would be a good idea to have seperate scenes for each, demonstrating the performance benefits of writing a little more boilerplate.
The extra boilerplate for Arch could probably even be written by ChatGPT. However, it would probably be a good idea to address #4 before going ahead with the Arch implementation enhancement.

@seannowotny seannowotny added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant