stefnotch
stefnotch
This mostly prevents something I've asked about on Gitter > I realize that this is a bit of an application specific question, but is there a way of making the...
## Description On Firefox, the expression shakes a little bit when moving the caret around. For what it's worth, one fix is injecting the following styles into mathlive ```css math-field:hover,...
It would be great to be able to access vector values with `.x`, `.y`, `.z` instead of `[0]`, `[1]`, `[2]` e.g. ```javascript const v = vec3(1, 0, 0); const xValue...
It's currently possible to rapidly press the download button, which apparently causes this program to download things multiple times and have a progress bar that jumps around. This problem is...
**Describe the bug** Currently iframe-resizer relies on a lot of hard work to ensure that it works in every single browser. Like it says in the readme, it even works...
Not really an issue, but rather something to help @jwollen a bit: There is another C# Vulkan binding out there: https://github.com/mono/VulkanSharp Apparently, it's generator is open source as well! :D...
It might be worthwhile to drop support for ancient browsers such as IE 11 at some point. Then we wouldn't have to transpile code to such an old Javascript version....
See https://github.com/toji/gl-matrix/issues/410#issuecomment-743434933
Which libraries, including those for other programming languages, have high quality matrices, vectors and quaternion implementations? I'm asking, so that I have other libraries that I can compare gl-matrix to....