Anders Elfgren

Results 27 comments of Anders Elfgren

FYI, I cherrypicked @Deins into my own fork and fixed a few minor things that had changed in Sokol: https://github.com/Srekel/sokol/commits/master Seems to work fine for me :)

> There is a TODO next to where that error is implemented stating that it needs a better source location. Great! :) > That would be incorrect, the type of...

> types are values of type type Aha, that explains it. (FWIW I've soon been coding zig for 4 years, but admittedly I rarely do much with comptime or errors)...

> @Srekel Could you help review this? Yeah I'll take a look after your initial concerns have been addressed :)

A few things I had to fix for latest Zig: `std.os.exit(1); -> std.process.exit(1);` `pub const BodyDrawFilterFunc = *const fn (*const Body) align(BodyDrawFilterFuncAlignment) callconv(.C) bool;` remove alignment `ContainerLayout.Auto -> ContainerLayout.auto`

Hi, sorry for being confused here :) I want to use the nominated zig build (or any specific Zig build really) for my project, but also be able to have...

Hi, I'm not sure if this is the same bug or not but I found a very small repro for a `@memset` crash: #15634

I've been writing some code recently that I've felt could use range validation so I went looking to see if someone had already written a proposal. I think defining int...

I'll need to get back to you on this a bit later once I've double-checked the changes :)

FWIW Tides is first person, though it's movement controller is super basic and not worth copying :D But could be interesting to look at just to see how I've set...