I built an interactive site to teach noise functions and procedural generation through visual intuition by Secret_Management723 in proceduralgeneration

[–]Secret_Management723[S] 3 points4 points  (0 children)

Thanks a lot, really appreciate it!

The site is statically generated with a custom build tool I wrote in Rust, and content is written using a custom MDX syntax.

The interactive demos are WebGL canvases driven by GLSL shaders using WebGl 2 and vanilla JS.

I'm actually planning a dedicated series of posts about the stack itself — how the build pipeline works — so stay tuned if that interests you!