bevy_mod_scripting

Bevy Scripting Plugin

APACHE-2.0 License

Downloads
65.7K
Stars
343
Committers
4

Bot releases are visible (Hide)

bevy_mod_scripting - v0.6.0 Latest Release

Published by makspll 7 months ago

What's Changed

Full Changelog: https://github.com/makspll/bevy_mod_scripting/compare/v0.5.0...v0.6.0

bevy_mod_scripting - v0.5.0

Published by makspll 8 months ago

What's Changed

Full Changelog: https://github.com/makspll/bevy_mod_scripting/compare/v0.4.0...v0.5.0

bevy_mod_scripting - Bevy 0.12 support

Published by makspll 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/makspll/bevy_mod_scripting/compare/v0.3.0...v0.4.0

bevy_mod_scripting - Bevy 0.10 support

Published by makspll over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/makspll/bevy_mod_scripting/compare/v0.2.2...v0.3.0

bevy_mod_scripting - Bump tealr version

Published by makspll almost 2 years ago

bevy_mod_scripting - Fix broken links & lua documentation publishing

Published by makspll almost 2 years ago

Added

  • Automatic documentation publishing for lua Bevy api
  • Added binary for generating documentation

Fixed

  • Fixed bug where errors in documenation generation didn't propagate properly
  • Fixed broken link in readme.md

Full Changelog: https://github.com/makspll/bevy_mod_scripting/compare/v0.2.0...v0.2.1

bevy_mod_scripting - Bevy 0.9 Support

Published by makspll almost 2 years ago

Added

  • Added support for the Bevy API for Rhai
  • Foundations laid for proxy macro for Rhai
  • Added game_of_life and bevy_api examples for Rhai
  • Added more hooks for APIProviders. entity and world constants are now set by API providers and hence you must register the BevyAPIProvider for your scripting language to access those. This let's us accomodate people who want barebones scripting without access to Bevy, or roll their own fully fledged API's.

Changed

  • Revived console_integration examples
  • Major changes to low level API's
  • Major import structure changes
  • Split crate into smaller crates
  • Added more control over what's pulled into the dependency tree with finely grained features

PR's

New Contributors

Full Changelog: https://github.com/makspll/bevy_mod_scripting/compare/v0.1.0...v0.2.0

bevy_mod_scripting - Patch for dependency Issue

Published by makspll about 2 years ago

bevy_mod_scripting - Fixed broken links and maintenance

Published by makspll about 2 years ago

bevy_mod_scripting - Initial release

Published by makspll about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/makspll/bevy_mod_scripting/commits/v0.1.0