Commit graph

160 commits

Author SHA1 Message Date
fcf2680824 ruby thread ensure single access 2025-05-13 10:58:00 +02:00
c46391871f get by name 2025-05-12 12:15:41 +02:00
19bb6514ed enable test 2025-05-12 12:10:23 +02:00
cbde11d17b callbacks global 2025-05-12 12:08:04 +02:00
e95f025b07 func call 2025-05-11 11:50:39 +02:00
191cfce733 get rid of warnings 2025-05-10 16:37:56 +02:00
253761c730 wip 2025-05-10 16:35:31 +02:00
0a9dc09b0c no panic in thread 2025-05-10 10:18:55 +02:00
f3bcacbf14 return val 2025-05-10 10:02:42 +02:00
a3a40182f5 ruby thread spawn one per binary 2025-05-10 09:20:18 +02:00
aee3276f2b execute ruby stuff on ruby thread 2025-05-09 22:43:16 +02:00
e82278155a ruby thread channel 2025-05-09 21:13:45 +02:00
02d0662294 create ruby thread 2025-05-09 20:49:41 +02:00
b307cf6c13 call rust from ruby 2025-05-09 18:42:37 +02:00
a4c5911603 call rust from ruby 2025-05-09 18:19:44 +02:00
6be5a4dec1 pass simple test 2025-05-09 13:40:29 +02:00
417f4a1bfa init engine 2025-05-09 13:11:33 +02:00
5c8ec10ae9 add nvim config to gitignore 2025-05-08 23:48:45 +02:00
d8f74b0d12 fix tests 2025-05-08 23:31:10 +02:00
096710d118 ruby boilerplate 2025-05-08 23:18:42 +02:00
56fd44062c Bump version
Some checks failed
Deploy book / deploy (push) Has been cancelled
Rust / build (push) Has been cancelled
2025-05-07 14:37:51 +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
Jarosław Konik
ec84d9e740
move demo up (#37) 2025-04-18 08:54:33 +00: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
gak
a718aa7ce6
smallest typo fix ever: life -> live (#25) 2024-07-28 07:09:33 +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
f85dbcffe2
update readme (#22) 2024-07-05 17:26:25 +02:00
Jarosław Konik
182f26e273
update book bevy support matrix (#21) 2024-07-05 17:21: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
eaffce5c6d
add demo (#17) 2024-06-16 07:54:48 +02:00
0766aef930 update version 2024-06-16 07:26:25 +02:00
7a8721f78f readme 2024-06-16 07:25:40 +02:00
a2ddb9b5c1 link to book 2024-06-16 07:25:11 +02:00
94b64f37a8 fix book build 2024-06-16 07:20:19 +02:00
3887e544b1 fix book build 2024-06-16 07:14:41 +02:00
6a30384aef change book action 2024-06-16 07:12:28 +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
7846b556ca Support bevy 0.13 2024-04-10 19:53:58 +02:00
Jarosław Konik
407da8d608
0.3 (#10) 2024-04-10 19:45:42 +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
928f5437fc
Apply side effects for tuple args systems (#8)
* Apply side effects for tuple args systems.

Deferred side effects(Commands) that were pushed in scripting exposed
systems were only applied for argument-less systems.
This PR fixes this by applying deferred side effects in macro that
implement functions with arguments.

* Bump version
2023-08-23 18:29:48 +02:00
Jarosław Konik
8997159e2f
Release 0.2.1 (#6) 2023-08-23 17: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
db3258e832 change email 2023-08-10 15:06:47 +02:00
Jarosław Konik
bed58a9c2b
Merge pull request #2 from jarkonik/jarkonik-patch-1
Update README.md
2023-07-24 21:51:30 +02:00
Jarosław Konik
4458ef2daf
Update README.md 2023-07-24 21:51:20 +02:00
Jarosław Konik
57459462d5
Merge pull request #1 from jarkonik/bevy0.11
Migrate to bevy 0.11
2023-07-11 20:52:57 +02:00
025cad413d Update docs 2023-07-11 20:48:22 +02:00
ab6cfe825e Migrate to bevy 0.11 2023-07-11 20:42:49 +02:00