bevy_mod_scripting icon indicating copy to clipboard operation
bevy_mod_scripting copied to clipboard

Bevy Scripting Plugin

Results 44 bevy_mod_scripting issues
Sort by recently updated
recently updated
newest added

Updating the glam and bevy versions and then re-generating `generate.rs` fixes #70. This issue seems to ultimately stem from https://github.com/bitshifter/glam-rs/issues/296. This should be tested on x86 platforms before merging to...

Hi, love this crate! I just came across a small issue. I need to send out PriorityEvents from a rust function that is registered as a script function. So it...

enhancement

As touched on in #65 I have a little demo project that I've been using for prototyping, and it encapsulates both my expected usage and my hacks in service of...

This is very much a draft PR and will need a lot of back-and-forth as I work to understand the intricacies of the project, but I wanted to check this...

Current macros are very ugly, written before I had a full grasp of the capabilities of rust meta-programming, I intend to make things like these possible: ```rust #[derive(ScriptProxy, Reflect)] #[proxy(languages("on_feature(lua)"))]...

enhancement

I'm reading examples to understand how exactly can I use this crate for my project. So far it wasn't very easy to understand, I had to go back and forth:...

# Bevy scripting needs you! So far I am the only *committed* maintainer of this crate. This has worked very well when I didn't have any other major responsibilities, but...

help wanted

Hello, first thank you for this great crate. I am currently using your project to implement scripting support in a project using bevy. However, I got the following issue: -...

enhancement
question