Renlite

Results 38 comments of Renlite

Some notes: In `build.onyx` the `path := module_path(#file);` seems not to work. No file was created. After I changed the path manually for `onyx_raylib.c` in `build.onyx` the `generate_c_bindings` created the...

On the basis of this article the calls between JS and Wasm should be fast. https://hacks.mozilla.org/2018/10/calls-between-javascript-and-webassembly-are-finally-fast-%F0%9F%8E%89/ Does the compiled Go code to Wasm handle the calls of Js function in...

I see it's the first bar of the article. Yes, direct calls to Web API from wasm would probably help. I turned off the rendering of textures and started /cmd/fyne_demo...

What do you exactly mean with grouping calls to the same shader? Grouping the same shapes to one shader? Example 1: Menu of 10 Buttons on the screen. These buttons...

> There is still the issue of the lack of thread which impact the latency and scheduling of goroutine which might get solved at some point if we get thread...

Is there something similar in Go on the way? https://github.com/dotnet/runtime/issues/68162

Yes, I have tried it already in the same directory. I downloaded a new version of ```SDL2.dll``` and placed it in the same directory. Same result ... ![grafik](https://github.com/user-attachments/assets/13c4a7c2-105a-414d-9195-6275de1a9db1) After removing...

32bit ```SDL2.dll``` and ```SDL2_ttf.dll``` was the reason for the error ```bad format; library may be wrong```. With 64bit no error but nothing happens: no window opened, no process started, no...