From 5ffbc21280bd91088c4605471d597ae8d911441b Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Sun, 15 Oct 2023 23:54:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b7324..a2d393e 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,11 @@ If you want to port FastNoise Lite to a new language create a pull request or di ## FastNoise Lite Web Preview App +Link: [http://auburn.github.io/FastNoiseLite](http://auburn.github.io/FastNoiseLite) + A compact testing application is available for testing all features included in FastNoise Lite with a visual representation. This can be used for development purposes, testing noise settings and generating noise textures for export. -Link: [http://auburn.github.io/FastNoiseLite](http://auburn.github.io/FastNoiseLite). Source code can be found in the [WebPreviewApp](/WebPreviewApp/) directory. +Source code can be found in the [WebPreviewApp](/WebPreviewApp/) directory. ![Simplex FBm](https://user-images.githubusercontent.com/1349548/275292148-242e95c7-94e7-4801-bc4a-d683a8822382.png)