Example

Simple noise generator

3

McPepic 2022-04-15 17:00

Used to generate some simple pseudo random noise.
Feel free to expand upon it and/or use it in your own programs.

Works by setting random values for the corners connecting tiles and averaging them out to get the values of each tile.


CreatorJo 2022-05-22 19:42 (Edited)

This is very similar to something I did a while back.
https://lowresnx.inutilis.com/topic.php?id=2220
Yours is neater, of course.


Log in to reply.