HVukman

Results 9 comments of HVukman

Can build now with webr on Ubuntu, but I cannot run it in the browser (this is the basic example): registerOrRemoveHandler: the target element for event handler registration does not...

^ This works under WIndows, thanks. Edit: if anybody stumbles upon this and uploads their game on itch.io: You need to enable SharedBufferSupport https://itch.io/t/2025776/experimental-sharedarraybuffer-support

I have the same issue. English version of Win11.

Couldn't you send the signal focus_exited() when the focus is exited. Then some boolean variable could block input.

How to use Lua from Odin

> How to use Lua from Odin I did it myself: https://github.com/HVukman/Lua-in-Odin

There is an example in Posix: https://pkg.odin-lang.org/core/sys/posix/#popen

An example with reflection and comparing data structures (Structs, Arrays, Nested Structs etc.)