←back to thread

WebGPU-Based WiFi Simulator

(wifi-solver.com)
325 points jasmcole | 1 comments | | HN request time: 0.193s | source
Show context
missblit ◴[] No.41898048[source]
Bugs:

#1 if you spam the "add a new source" button you eventually get a JavaScript exception logged to the screen due to an array with a fixed max size of 128 elements overflowing.

#2 this could be graphics card or driver specific (I have an AMD card), but scrolling just right can can break the simulation due the the text boxes; for example by quickly paging up and down, or scrolling all the way to the bottom and then wiggling the scroll position up and down. Once this happens the bad data propagates until the entire thing is filled with noise, solid black, or solid white. If you then scroll up to 3D mode the screen will be filled with a mess of polygons.

replies(3): >>41898478 #>>41901066 #>>41902724 #
grishka ◴[] No.41898478[source]
I did get #2 on an Apple M1, so probably not video card specific.
replies(1): >>41900500 #
1. jerbear4328 ◴[] No.41900500[source]
Reproduced here on NVIDIA as well.