Commit graph

17 commits

Author SHA1 Message Date
ca508bef58 everyting but promises 2025-05-14 15:54:12 +02:00
763550b63a refactor ruby 2025-05-14 15:37:09 +02:00
0e5257e98c handle errors 2025-05-14 14:43:40 +02:00
e15fb74e64 func args 2025-05-14 14:05:31 +02:00
d02b6375c6 get rid of warnings 2025-05-13 18:02:57 +02:00
54a47572db add api for remote thread engine access 2025-05-13 17:44:20 +02:00
19bb6514ed enable test 2025-05-12 12:10:23 +02:00
cbde11d17b callbacks global 2025-05-12 12:08:04 +02:00
a3a40182f5 ruby thread spawn one per binary 2025-05-10 09:20:18 +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
d8f74b0d12 fix tests 2025-05-08 23:31:10 +02:00
096710d118 ruby boilerplate 2025-05-08 23:18:42 +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
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