Commit graph

23 commits

Author SHA1 Message Date
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
Jarosław Konik
bce2e55d0d
Create pull_request_template.md 2023-07-01 18:53:15 +02:00
Jarosław Konik
db6c9381d0
Update issue templates 2023-07-01 18:52:32 +02:00
Jarosław Konik
30a2acd121
Create SECURITY.md 2023-07-01 18:52:06 +02:00
Jarosław Konik
d064450b78
Create CONTRIBUTING.md 2023-07-01 18:51:09 +02:00
Jarosław Konik
be630f9b86
Create CODE_OF_CONDUCT.md 2023-07-01 18:50:10 +02:00
Jarosław Konik
d574104412
Create FUNDING.yml 2023-06-21 17:40:46 +02:00
b4859e817e Cleanup 2023-06-21 17:01:19 +02:00
be7fa2e48b Add crate metadata 2023-06-21 17:00:29 +02:00
dbdb8f20b3 Update README.md 2023-06-21 16:53:10 +02:00
fc4a525182 First commit 2023-06-21 16:22:12 +02:00