Commit graph

5 commits

Author SHA1 Message Date
76b7cac699
lua: expose most fields for window component 2024-10-02 20:54:54 -04:00
ef2b0bf326
ecs,scripting: fix invalid resources being passed to lua
Some checks failed
CI / build (pull_request) Failing after 3m35s
The issue was World::get_resource_ptr, it was returning a pointer to the AtomicRefCell instead of the actual resource data
2024-09-29 14:35:24 -04:00
fa22a0310c
scripting: switch to latest mlua, create custom impl of lua's getmetatable 2024-09-29 15:59:48 -04:00
8fb686b7fe
scripting: switch to mlua, scripts need to be tested and fixed
currently the lua-scripting example doesnt work. For some reason the userdata's metatable is a boolean...
2024-09-28 12:32:37 -04:00
29c68abbbb
scripting: fix lua scripting (#13), create an example for it
Some checks failed
ci/woodpecker/push/debug Pipeline failed
2024-04-27 00:52:47 -04:00