Joshua Winstead
Joshua Winstead
File system settings haven't made a difference for me, I'm leaving mine on BTRFS for now. I've been able to play steamVR fine with the current setup, I tried regular...
> Hey there! > First of all: Thank you CertainLach for your hard work regarding this :) > I'm completely new to this and just trying to switch over to...
I updated it to implement `UserData` instead of `IntoLua`, this works more cleanly with passing the type in and out of lua, it will use copy on rust primitives, otherwise...
Added a `ToLuaTable` and `FromLuaTable` macro, this essentially, in a way, allows you serialize and deserialize Lua tables to and from rust types.