Commit graph

12 commits

Author SHA1 Message Date
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
d8f74b0d12 fix tests 2025-05-08 23:31:10 +02:00
096710d118 ruby boilerplate 2025-05-08 23:18:42 +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
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