bevy_mod_scripting icon indicating copy to clipboard operation
bevy_mod_scripting copied to clipboard

Rhai Bevy API

Open makspll opened this issue 3 years ago • 0 comments

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_derive which generates Rhai<Type> Wrappers similarly to the Lua implementor
  • [ ] Traits akin to LuaProxyable ToLuaProxy and FromLuaProxy
  • [ ] std implementations of primitives + Option<T> and Vec<T> for the traits at least

makspll avatar Aug 02 '22 22:08 makspll