Results 466 comments of juj

Double-check the step 6 in here: https://github.com/juj/emscripten-scummvm/blob/emscripten/README . I think the readme should be up to date, although they were written quite some time ago. I don't think anything has...

Yeah, it's been a long time since I built this repository, and something has changed since. Try perhaps changing the include to `#include `, that might work. The intent is...

After commit https://github.com/juj/wasm_webgpu/commit/8e0a8379e2ba669261f381f46b4cb785899c67dc, there is now support to render WebGPU using OffscreenCanvas from a Wasm Worker. Example code in https://github.com/juj/wasm_webgpu/blob/main/samples/offscreen_canvas/offscreen_canvas.c.

Also added an example of how to render via OffscreenCanvas from a pthread: https://github.com/juj/wasm_webgpu/commit/adc6acf9a54d105b4211b9bb57278c7cb007524c .

Finally, added support and an example for -sPROXY_TO_PTHREAD rendering at https://github.com/juj/wasm_webgpu/commit/403ae09cfa978bb713e9d98263e992a73086a01b . With that, I'll close this ticket as resolved.

The most likely resolve to this is to write instructions on how people can make their own private builds with their own games. Very technical and programmer -oriented but at...

Heya, sorry for the delay. Currently the closest I got to working with Dawn is available at branch https://github.com/juj/wasm_webgpu/compare/main...getting_started_with_dawn , but haven't been able to squeeze more time in to...

That is true, float3 * float3 is not supported by default. The rationale behind that back in the time was that point-wise multiplication is not a mathematically defined operation in...

Thanks, looks like a good feature - some formatting quirks though?

Do you have a recommendation where to locate it better? I am hesitant to adding new directories in the source tree and the Math/ directory already contains all the logging...