TheArtOfCode
patreon
Turn 2d fractals into 3d!
🕑 Added 2022-05-30 14:49:16 +0000 UTCHey All,
A while ago I made a video on how to construct a Koch Snowflake, which is a 2d fractal. Someone asked me how something like this could be turned into 3d. It turns out there are a bunch of different ways that you could do this, and this video will show some approaches you could take.
As always, let me know what you think!
Martijn
Comments
Hi! I created a wrapper to use the shadertoy code in an openGL application. Does not support channels, but it's interesting if you want to take one of this snippets outside the browser and add interactivity as a standallone application https://github.com/WEREMSOFT/glfw-load-opengl-funcitons
Thank you(!)