bevy_mod_scripting
bevy_mod_scripting copied to clipboard
Rhai Bevy API
Now that the foundational work is done the Rhai API can be written as well, the work needed is as follows:
- [ ] Rhai implementor in
bevy_mod_scripting_derivewhich generatesRhai<Type>Wrappers similarly to the Lua implementor - [ ] Traits akin to
LuaProxyableToLuaProxyandFromLuaProxy - [ ] std implementations of primitives + Option<T> and Vec<T> for the traits at least