Jörg Wollenschläger

Results 8 comments of Jörg Wollenschläger

Hi! How did you try to read back the image? The best approach would be to copy it to a buffer and map that buffer. You will need to wait...

Yep, monitoring those, too. They look a bit different, though. I'd like to keep them mostly unsafe and struct-based. Maybe we can join forces at some point, once I include...

Hi! I'm using them to port a render to Vulkan right now. Once that's more stable, I'll give the bindings themselves some love, including platform support. Hopefully soon!

@stefnotch I added a minimal triangle sample. It might still change quite a bit.

Yes, that's used for windowing and I'll remove it eventually. It should get installed automatically via Nuget.

Hi! Thanks for the feedback. This is still very much work in progress and grows based on our own use cases. We will improve comments and code quality much more!...

Some template magic in the emitted C++ should be able to take care of distinguishing between fields, types, etc. Generics and subtypes don't look too hard. I didn't have a...

There aren't helpers for options like `-pthread` or `-f*` since they usually need to be different for targets. You might want to use Nim's canonical way of injecting compiler/linker options,...