amethyst / editor-core

Crate that allows an Amethyst game to communicate with an editor.
Other
44 stars 10 forks source link

Regain parallelism when serializing #8

Closed mvesterli closed 6 years ago

mvesterli commented 6 years ago

Uses the same setup for registering resources and components, but create a bundle instead of a system. This allows creating multiple systems for serializing components and resources which can be run in parallel.

resolves #4

randomPoison commented 6 years ago

Thanks again for the great PR!