Take Up Code
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
254: GameDev: How To Use Noise To Procedurally Generate Maps And Landscape.
11 minutes Posted Sep 2, 2019 at 7:59 pm.
0:00
11:10
Download MP3
Show notes
How do you create unique and random game worlds and maps? Unique and random game maps and worlds can be created procedurally in code using noise. The noise is good for simulating nature because it produces values that change randomly in small amounts with no abrupt changes and provides realistic curves to rivers or hills. […]