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

Complete and test the generalized_instances branch #19

Open
vittorioromeo opened this issue Jan 5, 2017 · 0 comments
Open

Complete and test the generalized_instances branch #19

vittorioromeo opened this issue Jan 5, 2017 · 0 comments

Comments

@vittorioromeo
Copy link
Owner

The generalized_instances branch introduces a hierarchy of "system instances", allowing the users to create systems that directly act on component buffers (without going through "entity"). This can be useful for SIMD-like behavior - imagine storing c::position and c::velocity vectors in two huge separate buffers and simply adding them from beginning to end using SIMD operations.

The branch should also allow users to write systems that do not use components nor entities: this could be useful for "control" systems that need to be part of the DAG but that do not need to read/write component data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant