This repository contains work developed as part of the Unity Procedural Generation: Build Infinite Game Levels course offered by GameDev.tv. The course focuses on creating dynamic 3D dungeon levels ...
To implement this in Unity, we can use Custom Render Textures for the simulation source and Shader Graph to write a simple shader that calculates curl from procedural noise. This demo project shows a ...