Samuel Li
Samuel Li
This is in principle possible. The easiest way is to make this a toggleable option, since the current plotter allows arbitrary strings as variable names. Technically you could regenerate the...
This is due to an ambiguity: `(-1)^z` is actually multivalued, and the two expressions are taking different branches. Just fixed this (choose a consistent branch for log(-1)).
Thanks for the detailed feedback! The debounce is easy to implement, but most of the delay is from compilation of GLSL shaders. Do you know if it's possible to offload...
Great job with the shader, the results look super interesting! The code that you write is injected into a [larger shader](https://github.com/wgxli/complex-function-plotter/blob/master/src/gl-code/shaders.js). The GL version is defined by the first line...
Thanks, this is fantastic! (And much easier than I thought.) Given how few changes are necessary, it seems feasible to check for WebGL 2 support at runtime and inject the...
`user-select:none `has been added in the latest update. Please check if the issue is resolved. I will see if there are alternative sources for the jsdelivr/googleapis sources. The scientific notation...