Posts Tagged Rust

Found: 1 posts
thumbnail

Implementing Eiserloh's Noise-Based RNG in Rust

A discussion of a talk by Squirrel Eiserloh on the benefits of using noise functions, rather than traditional random number generators, to generate randomness in game development, followed by an implementation walkthrough in Rust.
Tags: tutorial, game-dev, procedural-generation, Rust, RNG