bevy_mod_scripting icon indicating copy to clipboard operation
bevy_mod_scripting copied to clipboard

Bevy Scripting Plugin

Results 44 bevy_mod_scripting issues
Sort by recently updated
recently updated
newest added

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...

There is a large family of languages that transpile to Lua, Teal and Fennel being some of them. Right now supporting a new transpiled language still likely requires creating a...

I am experimenting with bevy_mod_scripting, sorry for any confusion. I want to display Text purely in Lua. Here's the code so far ``` --[[ "convenience to add a component by...

enhancement

Ideally we could have a unified documentation data definition language, which would describe the provided API for a provider. We could then have different frontends which interpret that data for...

enhancement