From 6a1dcdbb81060b294f2a67072e489872111b3323 Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Wed, 7 Sep 2016 10:32:30 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e3f5ae2..edd00fc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Usage and documentation available in wiki [Wiki Link](https://github.com/Auburns/FastNoise/wiki) +### Related repositories + - [FastNoise SIMD](https://github.com/Auburns/FastNoiseSIMD) + - [Unreal FastNoise](https://github.com/midgen/UnrealFastNoise) + ## FastNoise Preview I have written a compact testing application for all the features included in FastNoise with a visual representation. I use this for development purposes and testing noise settings used in terrain generation. From 01f9c564f8eabc6a5da8aed714db5476aa0c0542 Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Fri, 21 Oct 2016 15:24:02 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edd00fc..7a4e9fc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Usage and documentation available in wiki [Wiki Link](https://github.com/Auburns/FastNoise/wiki) ### Related repositories + - [FastNoise C#](https://github.com/Auburns/FastNoise_CSharp) - [FastNoise SIMD](https://github.com/Auburns/FastNoiseSIMD) - [Unreal FastNoise](https://github.com/midgen/UnrealFastNoise) From 1069d446b3d1d39d12acfcc695e07b7eff8075d9 Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Fri, 21 Oct 2016 15:24:26 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a4e9fc..f7ce7f4 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,4 @@ Timing are averages of time taken for 1 million iterations on a single thread. ![Position Warpring](http://i.imgur.com/JICFypT.png) -#Notes - -- I have a partially complete C# and Java version of FastNoise that I will release when I get it to the same feature level -- Any suggestions or questions welcome +#Any suggestions or questions welcome From 41c8ff611363c738a579f0d355c9e68dddea7166 Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Mon, 31 Oct 2016 14:50:13 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7ce7f4..e8e884c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Usage and documentation available in wiki ### Related repositories - [FastNoise C#](https://github.com/Auburns/FastNoise_CSharp) - [FastNoise SIMD](https://github.com/Auburns/FastNoiseSIMD) + - [FastNoise Unity](https://www.assetstore.unity3d.com/en/#!/content/70706) - [Unreal FastNoise](https://github.com/midgen/UnrealFastNoise) ## FastNoise Preview