/go-gfx

a playground project for graphical stuff in go. Meant as a corpus for future reference

Primary LanguageGoMIT LicenseMIT

go-gfx

a playground project for graphical stuff in go. Meant as a corpus for future reference

Correlated Noise

Noise that differs from its previous state. it's kinda smooth correlated

Perlin Noise

Noise that's smooth and looks organically random. perlin

2D Perlin Noise

Useful for terrain generation perlin2D

Bouncing Ball

using 2D Perlin noise rendered temporally, a ball is created to bounce around. There's physics here. perlin2D