Wooster

Results 104 comments of Wooster

Sorry, I had put the PR description slightly changed in the commit message but after my later findings it looked like the solution to the problem here was much simpler...

**NOTE: instead of reading this wall of text I recommend reading the descriptions of the new 3 commits of this PR** One last thing is that in `getName` we have...

I believe Tetrio depends on PixiJS for its graphics backends so it will probably have to wait for PixiJS to support WebGPU. Related: https://github.com/pixijs/pixijs/search?q=webgpu&type=discussions

Is this really useful? What is the difference between this (`glfwWindowBell(window);`) and `printf("\a");`? Don't they both do the same? I assume the alert `\a` escape sequence is very portable since...