This is a toy project that demos some renderings using Perlin Noise and SDL2 in Rust (this was mainly an excuse for me to learn a bit about Rust).
cargo run
Changing the output currently involves changing the method
called in main()
.
A flesh-like texture:
An example similiar to my C++ implementation of Worley noise following Coding in the Cabana 4: Worley Noise.