Commit graph

14 commits

Author SHA1 Message Date
679cfd8140 cleanup
Some checks failed
Rust / build (pull_request) Has been cancelled
2025-05-26 07:00:00 +02:00
06a7f51805 fix 2025-05-25 07:59:13 +02:00
04d2b6b93b rename 2025-05-25 07:56:35 +02:00
35efc45a20 add todo 2025-05-21 22:12:55 +02:00
86e7567438 refactor 2025-05-21 22:09:30 +02:00
c75f158dfb refactor 2025-05-21 22:07:45 +02:00
b498da957d args wip 2025-05-13 22:42:39 +02:00
54a47572db add api for remote thread engine access 2025-05-13 17:44:20 +02:00
cbde11d17b callbacks global 2025-05-12 12:08:04 +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
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
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
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