Srayan Jana
Srayan Jana
Deleted the repo and cloned again, this time fresh, and I got a brand new error ``` [1547/1547] Linking CXX executable bin\aseprite.exe FAILED: bin/aseprite.exe C:\Windows\system32\cmd.exe /C "cd . && C:\Users\sraya\scoop\apps\cmake\current\bin\cmake.exe...
@dacap updated both the git repo and my visual studio to latest, and it still fails  my console output: [message.txt](https://github.com/user-attachments/files/20091882/message.txt)
@cxxxr i was able to unzip it this time, but
@cxxxr same error
Something that could totally be possible (maybe) is somehow using Prolog with Bevy, treating Bevy's ECS like a database
Yes, I also encountered this problem in both firefox and microsoft edge This can be fixed by replacing (for example) https://github.com/sotrh/learn-wgpu/blob/f241ba62ea88be73a8a7bfd72ed30d43bfb42163/code/beginner/tutorial8-depth/src/lib.rs#L323 with ``wgpu::Limits::downlevel_webgl2_defaults().using_resolution(adapter.limits());``
OS: Windows 11 64 bit git rev-parse HEAD: ae900405e7da7d814a57c6865635ec6689d8506f ``` Adapter 0: Backend: Vulkan Name: Intel(R) RaptorLake-S Mobile Graphics Controller VendorID: 0x8086 DeviceID: 0xA788 DevicePCIBusId: Type: IntegratedGpu Driver: Intel Corporation...
I think a low hanging fruit we could probably do is refactor the ice gathering code so that instead of blocking on ice gathering, we instead send each new SDP...
Ah wait I forgot that adding ice candidates are a separate process from exchanging SDPs. That mean we instead need to have a separate endpoint for them, hm
I should probably mention here that right now the UI for the game is kind of confusing. I should have it so that if you press Host or Join, the...