Luca Sas

Results 29 comments of Luca Sas

Yeah, I would like to update the popup menu while it's still displaying without closing it. I now realise that is a bit harder to do. Maybe there could be...

Not sure why the CI build fails, it seems like it's not testing with my changes.

Thanks for the feedback. I will look into adding this to the other `par` headers in the future, but at the moment I might just add a new macro in...

To further clarify, if I moved the `thirdparty` folder into my `src` folder and directly imported the zig files in my `main.zig` like so: ```zig const nanoid = @import("thirdparty/zig-nanoid/src/nanoid.zig"); ```...

The library is still in development and I was busy with some irl-stuff in the past month which is unfortunate. I created a github template project for people who are...

@BugBiteSquared Currently audio and documentation remain the last pieces of the puzzle before I am comfortable releasing a 1.0 version. I sadly was quite busy in this period and didn't...

We might be adding a Vulkan backend instead which means that we won't need to use sokol_gfx. Vulkan can also be made to run on iOS and MacOS (https://moltengl.com/moltenvk/). Nintendo...

Hi, definitely tcc support shouldn't be an issue as all the code is C99. I will write tests for tcc this winter holiday when I plan to resume development on...

I ported the geometric shapes example to rayfork.

I ported the basic shapes example to rayfork. (dbbae151b62b9d314394eae6160580d52a913e10)