Vlad Svoka
Vlad Svoka
OK. I figured it out. I wasn't a mutex issue, it just internals of rend3 crashing on this call: https://github.com/BVE-Reborn/rend3/blob/d2a1717e799ab0a4eafaf8b4d9db8dc296146da1/rend3/src/setup.rs#L437-L444 (mutex was in error because it was panicking inside of...
Weird. You should be able to add origin https://github.com/Shchvova/blackjack.git and be able to push to the wasmRun branch. However my log debugging shows that it enters pollster closure but fails...
When I run it in mainline browser it obviously fails. But it does progress further in the canary chrome (or firefox) with WebGPU in about://flags enabled. So, little progression. It...
Great breakthrough 🔥 I realized that it was window error because we did not attach canvas to the body. Now it runs waaay past the starting point and fails on...
OK... So I just hacked & slashed debug meshes (deleted all 3 lines containing `debug_meshes`) and Got this:  Yay! Now it's a certainly day for me :)
Today's progress was nice. I got UI working, and it is even responsive. However, main area doesn't seem to be working at all... Anyway. Last two commits contain some code...
I am stuck at this point. It seems that egui part of everything works just fine but for some reason main windows is not getting rendered. BTW, I run it...
Thanks for the tips. No, it doesn't do rendering at all... Console shows a lot errors (warnings?) as I wrote above. I tried adding code, but it doesn't do anything....
I tried to implement requesting animation frame, but honestly, at this point I have no idea how to combile event loop with callback nature of the JS.... I tried naive...
Hello! I am having same issue. I tried to debug it, here is log with trace enabled. I tried to debug it, it seems like proxy is working just alright,...