Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Auburns/FastNoise.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Feb 13, 2017
2 parents 1cb2f61 + f482307 commit b80a031
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ I have now also created [FastNoise SIMD](https://github.com/Auburns/FastNoiseSIM

### Features
- Value Noise 2D, 3D
- Gradient (Perlin) Noise 2D, 3D
- Perlin Noise 2D, 3D
- Simplex Noise 2D, 3D, 4D
- Position Warping 2D, 3D
- Gradient Perturb 2D, 3D
- Multiple fractal options for all of the above
- Cellular (Voronoi) Noise 2D, 3D
- White Noise 2D, 3D, 4D
Expand Down Expand Up @@ -47,8 +47,8 @@ Timing are averages of time taken for 1 million iterations on a single thread.
|------------------|-----------|-----------------------|----------|----------|
| Value | 13.85 | 4.12 | 24.16 | 94.73 |
| Value Fractal | 46.99 | 12.22 | | 289.91 |
| Gradient | 21.69 | 7.68 | 32.68 | 109.26 |
| Gradient Fractal | 84.22 | 21.54 | 122.15 | 325.04 |
| Perlin | 21.69 | 7.68 | 32.68 | 109.26 |
| Perlin Fractal | 84.22 | 21.54 | 122.15 | 325.04 |
| Simplex | 27.56 | 7.03 | | 43.68 |
| Simplex Fractal | 85.47 | 19.91 | | 154.41 |
| White Noise | 2.81 | 0.47 | | |
Expand All @@ -71,12 +71,12 @@ Timing are averages of time taken for 1 million iterations on a single thread.
##White Noise
![White Noise](http://i.imgur.com/QIlYvyQ.png)

##Position Warpring
![Position Warpring](http://i.imgur.com/gOjc1u1.png)
##Gradient Perturb
![Gradient Perturb](http://i.imgur.com/gOjc1u1.png)

![Position Warpring](http://i.imgur.com/ui045Bk.png)
![Gradient Perturb](http://i.imgur.com/ui045Bk.png)

![Position Warpring](http://i.imgur.com/JICFypT.png)
![Gradient Perturb](http://i.imgur.com/JICFypT.png)


#Any suggestions or questions welcome

0 comments on commit b80a031

Please sign in to comment.