Red Artist
Red Artist
what exactly does serializing script variables mean? like using https://github.com/MrGVSV/bevy_proto to load/unload/save scenes with entity data (like godot's `.TSCN` format) and attach scripts to those entities (like godot's `.gd` files)...
thank you. the README did not mention the scrip contexts, which finally made everything fall into place for me. the main intended usage for scripts is to just provide egui...
I was able to successfully use bevy + bevy_mod_scripting + luaegui. although, now i just need to start adding bindings to functions as i use them in my projects to...
`require` starts searching from current directory. current directly is usually the project root where we run `Cargo run` so, if there's two scripts in `assets/scripts` named `sample.lua` and `hello.lua`. then,...
aye that should work. once i have the path, i can get the rest of the settings from the directory of the script.
just here to express support for serializing to text in human readable formats like json.
any rough estimate as to when the crates will be back? i don't mind the lack of crates, but i wanted to read more about rustpython embedding api but there's...
I would request that with_ansi be renamed to with_colors. Was confused as to how to disable colors and ansi was never the word I looked for in docs
any updates on this? is there any fork with wiki pages or something for newbies to learnt using rend3 at a higher level
just wanted to express interest in this. i am learning rust, and a lot of people send a resource like a set of images or xml files packed in a...