makspll / bevy_mod_scripting

Bevy Scripting Plugin
Apache License 2.0
390 stars 31 forks source link

Feature for shared context #113

Open makspll opened 5 months ago

makspll commented 5 months ago

Some use cases don't require separating contexts for each different script, this approach can also be more performant but brings a little housekeeping.

It would be good to have a feature for each script host to enable shared context mode