Maksymilian Mozolewski
Maksymilian Mozolewski
Great work! I am a bit stretched for time right now but I'll be trying to incorporate a lot of the features discussed recently into the next release (albeit slowly)....
Hi @themaxhero! I am more than happy to merge new language PR's. When it comes to contributing, your standard etiquette + process (issue -> PR -> CI/CD -> Review) applies....
No worries at all, no reason to apologise! If you ever feel like picking this up, feel free, there is no pressure!
I completely agree, the examples started out relatively sane but the library underwent some significant changes since its conception so some comments went astray
Sure thing! I've been working on the Lua version of this over at this branch: https://github.com/makspll/bevy_mod_scripting/tree/feature/derive_macros I've got a basic macro going there. Similar work needs to be done for...
Hey man, no worries. That's very rough and I hope you find a new job soon! Any help is much appreciated, but of course there is no rush!
@thedanvail of course I will have a look now and keep a regular watch in parallel to developing the Lua branch.
Hi @zwazel thanks! What do you mean by a rust function registered as a script function, am I correct in thinking you're trying to send out events back from the...
I should probably extend the `world` API with a custom trait containing priority event dispatchers tbh
This is really cool! And since I am maintaining bevy-console I am very excited about the possibilities here! A few things though: First of all why have `parse_from_str` on modals...