Add system to automatically switch default GFWorld
depending on the context
#43
Labels
enhancement
New feature or request
GFWorld
depending on the context
#43
Due to how Glecs is structured, it is common to have to explicitly state in what world the user wants to be creating entities, systems, and components. This leads to code that is more verbose than it should be. For example, when registering items within modules:
The solution to this needs to be multi-threading safe.
The text was updated successfully, but these errors were encountered: