This project is so cool!<p>Please copy some of the UI ideas from my 2D graphing calculator (which itself copied nearly all of the UI of graphtoy.com):
<a href="https://memalign.github.io/m/formulagraph/index.html" rel="nofollow">https://memalign.github.io/m/formulagraph/index.html</a><p>- Buttons to load examples<p>- Quick way to share a link to the current plot<p>- Buttons that show what functions are supported
This is a truly impressive achievement in real-time browser rendering. The utilization of GPU power to plot implicit functions in real-time is a testament to the capabilities of modern web technologies. The ability to interactively explore and visualize these complex mathematical functions in the browser will undoubtedly prove to be a valuable tool for both researchers and students alike. The seamless integration of this technology into a web-based platform also makes it easily accessible to a wide audience, further increasing its impact. I am eager to see what other groundbreaking developments will come out of this field in the future.
Dang, that's really pretty. Could do with a little interface polish, but really nice visualizations. How does 't' work? Would love to be able to feed an audio waveform into a fullscreen mode and some palette options.
I've been meaning to do some project in the browser involving the GPU and can't decide on a framework to use.<p>What would you recommend? The cool kids seem to be using pure webGPU