Greggman

Results 495 comments of Greggman

I don't mind that the API changed. Rather, "drop in replacement for dat.GUI" effectively tells me "no need to read the docs if you already know dat.GUI because you can...

Just random thinking out loud, not a judgement 😜 I don't know if `parent.remove(elem)` or `elem.destroy()` is a better API. I've done both in my life. But, one argument for...

Ok well let me add that it seems like WebXR could also cover stuff like Leap Motion. Leap Motion seems similar to a Valve Index and a Oculus Quest with...

I can see that the GamePad API won't work in VR for this usecase (as is) because of privacy issues. It's supposed to be you don't get to see GamePads...

any idea how to generate a es6 module from the tsc? As it is if you use ``` tsc.cmd --strict --lib DOM,DOM.Iterable,ES6 --target ES6 qrcodegen.ts ``` I don't get an...

Here's an es6 module version (if there's a better way would love to know) https://github.com/greggman/QR-Code-generator/releases/tag/es6-module Here's the code https://github.com/greggman/QR-Code-generator/commit/a7b518e650faad081dccba24cd5a5be109771a6c

It's the same a GLSL Sandbox, there is no license unless people add one you're welcome to use any [shaders I've written](https://www.vertexshaderart.com/user/gman) license [CC0](https://creativecommons.org/publicdomain/zero/1.0/)

If you have ideas for mobile PRs welcome. Instructions on how to run it on your home PC are in the README if you want to try modding it. Ideally...

That is strange. I don't know what would cause that. What GPU do you have? You're in which browser, what version? The only thing I can think of is the...

well at the moment I'm too lazy to look into the math here but check this out https://www.vertexshaderart.com/art/Ekz3YzPYcEQyhT2z7/revision/xYCqo3LfbNTdpYBgH If I size the window from time to time I'll see an...