Commit graph

15 commits

Author SHA1 Message Date
763550b63a refactor ruby 2025-05-14 15:37:09 +02:00
0e5257e98c handle errors 2025-05-14 14:43:40 +02:00
d97096bc9f add tests 2025-05-14 14:17:12 +02:00
7eb4a346b8 add todo 2025-05-14 14:06:42 +02:00
b498da957d args wip 2025-05-13 22:42:39 +02:00
c46391871f get by name 2025-05-12 12:15:41 +02:00
e95f025b07 func call 2025-05-11 11:50:39 +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
Jarosław Konik
297bffd060
Make value struct fields public, add examples (#44) 2025-05-07 14:23:26 +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
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
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
fc4a525182 First commit 2023-06-21 16:22:12 +02:00