Skip to content

Commit 04a2371

Browse files
author
Ian McEwan
committed
added ASHIMA.md file.
1 parent d663054 commit 04a2371

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ASHIMA.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*webgl-noise* contain Simplex Noise functions that are fast and
2+
self contained, with performance that scales well with massive
3+
parallelism.
4+
While not quite as fast as Gustavson's original implementation
5+
on typical current desktop GPUs, they are more scalable to
6+
massive parallelism and much more convenient to use, and
7+
they can make good use of unused ALU resources when run
8+
concurrently with a typical texture-intensive rendering.
9+
Gustavson's implementation makes heavy use of a texture
10+
lookup table and is texture bandwidth limited.
11+
12+
This work follows Stefan Gustavson's paper "Simplex noise demystified"
13+
http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
14+
without using any uniform arrays or texture engines.
15+
16+
Simplex noise functions are (C) Ashima Arts
17+
Classic noise functions are (C) Stefan Gustavson
18+
19+
###License
20+
[MIT Expat](http://ashimagroup.net/os/license/mit-expat)
21+
22+
###Tags
23+
[webgl](http://ashimagroup.net/os/tag/webgl)
24+

0 commit comments

Comments
 (0)