add README describing repo and showing perlin noise based color heatmap grid

This commit is contained in:
Xevion
2020-11-06 09:11:43 -06:00
parent 4b5a45a932
commit 77ccc7f908
2 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Climb
A simple project for testing out how to use Shaders in Unity.
There is not much to see, but you'll find a 2D Heatmap with values generated from Perlin Noise.
RGB color values are generated from a simple heatmap image I found, and a simple Python script is used to extract and print them out.
![Scrolling Perlin Noise Heatmap](./perlin_heatmap.gif)

BIN
perlin_heatmap.gif Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB