Commit graph

25 commits

Author SHA1 Message Date
469e9aca15 clippy 2025-05-25 22:04:34 +02:00
04d2b6b93b rename 2025-05-25 07:56:35 +02:00
fc76c927ca fix example 2025-05-24 22:49:03 +02:00
e5eb7cc4f5 add example 2025-05-24 22:47:12 +02:00
20bf7121ff add example 2025-05-24 12:35:36 +02:00
7f7943fe84 add example 2025-05-24 12:33:13 +02:00
ca82a8f3a3 add example 2025-05-24 12:27:20 +02:00
9bec12deec add example 2025-05-24 12:18:52 +02:00
21828eea8d add example 2025-05-24 12:12:52 +02:00
222aa10f2b add example 2025-05-23 21:29:36 +02:00
8c055c5ccb add example 2025-05-23 21:19:22 +02:00
2deec07a33 add example 2025-05-23 21:14:03 +02:00
2a2b2343d7 add example 2025-05-23 21:10:35 +02:00
9438fa62bc add example 2025-05-19 07:00:00 +02:00
8d583642e9 add ruby example 2025-05-18 22:44:14 +02:00
Jarosław Konik
297bffd060
Make value struct fields public, add examples (#44) 2025-05-07 14:23:26 +02:00
Peter David Faria
2c82a2fa0e
Added initial support for bevy 0.16.0 (#39)
* Added initial support for bevy 0.16.0

* Removed unnecessary bevy feature

* update version references

---------

Co-authored-by: Jaroslaw Konik <konikjar@gmail.com>
2025-05-01 11:18:52 +02:00
GolDNenex
f9e872e111
Update bevy 0.15 (#36)
* Update bevy 0.15

* Removed unused import "AsyncReadExt"

* Update README.md

* Update lib.rs

* Update README.md

* Fix cargo test by not running examples that never end in lib.rs

* get rid of warnings

* update version references

* dont run examples

* deny warnings

* remove obsolete runners

---------

Co-authored-by: Jarosław Konik <konikjar@gmail.com>
2025-04-15 21:27:08 +02:00
Dennis
be8a80519d
Added add_scripting_api function to AppBuilder (#23)
* Added `add_scripting_api` function to builder
2024-07-17 10:36:00 +02:00
Jarosław Konik
7488de076b
support bevy 0.14 (#20)
* support bevy 0.14
2024-07-05 17:16:06 +02:00
Jarosław Konik
6726e40768
Lua support (#16)
* adds Lua language support
* makes the library generic, allowing for easy extension for more languages
* small improvements and fixes
2024-06-16 07:06:09 +02:00
Jarosław Konik
60984220a0
Bevy 0.12 (#9)
* Update to bevy 0.12
2024-04-10 18:36:11 +02:00
Jarosław Konik
6f35089693
Apply side effects after running system (#5)
Deferred side effects(Commands) that were pushed in scripting exposed
systems were never applied. This commit applies deferred
2023-08-23 17:23:32 +02:00
ab6cfe825e Migrate to bevy 0.11 2023-07-11 20:42:49 +02:00
fc4a525182 First commit 2023-06-21 16:22:12 +02:00