Felix Queißner

Results 243 comments of Felix Queißner

Make an issue on their repository to enable XDG on mac. They only have to add this to their root file: ```zig pub const known_folders_config = .{ .xdg_on_mac = true...

You can already use the SDK as-is on a embedded platform! The C header doesn't include a exported function for this, but the Zig implementation provides a "render chunk" function....

You can check out the render source code here: https://github.com/TinyVG/sdk/blob/main/src/lib/rendering.zig#L287-L456 As it's written in Zig, it should be straightforward to port it to C or C++

> Does it render a chunk of the svg or a rectangle of the final image? No SVG rendering, we're doing TinyVG here ;) But it just emits "pixel set...

I think we should add a nice C# frontend first. I'm not up-to-date how you ship/create C# packages that have a native component.

Hell yeah!

I think that while this proposal is a good idea per se, i really dislike it for my vision of the Zig language. I find the code examples using this...

> @MasterQ32 Do you feel the same way about part 1, or is it just 2A that bothers you? After typing some code with this proposal in mind, i have...

Which version of Zig are you using? You might need to roll back a few commits to get to an older state

That version isn't stable yet, can you update to latest master and check again?