Coding a crazy weave pattern

In a previous video (linked below) I showed how to make a basic Truchet effect. This tutorial video is about how to weave two Truchet layers together to create a more complex and interesting pattern. It also covers some tips and tricks to make the final result look cooler. ========== Get an NFT of this effect =============== I added log-polar coordinates to make it look more interesting. If you want to do the same in your own effect, you can just convert the uv coordinates like so: uv = vec2(atan(uv.x, uv.y)/ 0.5, log(length(uv))); ========== Timetable ========== 00:00 - Intro 00:40 - Setup 01:48 - Truchet Function 17:58 - Colors 19:27 - Multiple Layers 20:40 - Making a Weave 25:37 - Better Blending 29:42 - Chebychev Length 33:10 - Changing Curves 34:01 - Changing Thickness 36:33 - Adding a Pattern 42:14 - Outro ========== Social Media Links ========== Twitter: @The_ArtOfCode
Back to Top