parametric_surfaces
parametric_surfaces copied to clipboard
Parametric surfaces drawn using the Rust + WASM toolchain with WebGL, React, and TypeScript.
Parametric Surfaces in the Browser
https://user-images.githubusercontent.com/45523555/149614278-4d26e54c-9fa5-42a4-9cae-920a84469f56.mp4
Wanted to experiment with WebGL using the Rust + WASM toolchain, with React and TypeScript to glue everything together. I had planned on adding many more parametric surfaces to display, but at some point I realized two things:
- There's a lot of boilerplate that I got tired of writing repeatedly for every single surface.
- My graphics skills are pretty mediocre.
Because of those aforementioned points, I'm going to stop building on this project for the time being in order to continue my graphics studies, as well as work on my own 3D library that wraps around WebGL using Rust + WASM.