Chris Heyes

Results 119 comments of Chris Heyes

Hi! Using `DAWN_DISABLE_LOGGING` is the way to do it I think. This isn't to exposed to the build system right now because we use prebuilt Dawn lib. I will have...

> Just chiming in to say that `zig build` and `zgui`-dependent apps are currently running on my Wayland system (Fedora 39), even with a modern Nvidia graphics card! @marler8997 's...

I probably won't get round to it for a while. A PR would be very welcome. Thanks!

@mochalins did you manage to make any progress compiling glfw with native wayland support?

No problem. We will pick this up. Thanks

Has this improved for you at all @tanis2000? On main branch using 0.12.0-dev.2063+804cee3b9 on an M3 Pro MBP, here's what I'm getting: Initial build `zig build 205.17s user 31.44s system...

> I wonder if using `wgpu-native` would make any difference as you would not have to bring in all the weight of dawn. It would be cool to compare a...

Many of the libs should already work on Android. If you have a problem with any particular lib in your Android project, please open an issue for it. I'd like...

Very nice work @Deins ! @michal-z This is focused on linking glfw-webgpu using emscipten where in #224 I tried linking sdl-webgl. Also the way the program entry point is resolved...

> I don't see a reason why they both could not work. As in this project user can choose which libs to use and which backend. Main requirement would be...