File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 33
44simplex-noise.js is a fast simplex noise implementation in Javascript. It works in the browser and on nodejs.
55
6- ## Requirements
7-
8- It requires typed arrays, if you want to use it in browsers without support
9- you will need to use a polyfill like [ typedarray.js] ( http://www.calormen.com/polyfill/typedarray.js ) .
10-
116## Demos
127
13- - Simple 2D plasma demo on [ codepen.io] ( http://codepen.io/jwagner/pen/BNmpdm/?editors=001 ) .
14- - A more complex [ 3D voxel world generation] ( http://29a.ch/sandbox/2012/voxelworld/ ) example.
15- - Real world usage for creating film grain in my [ analog film emulator] ( http://29a.ch/film-emulator/ ) .
8+ - Simple 2D plasma on [ codepen.io] ( http://codepen.io/jwagner/pen/BNmpdm/?editors=001 ) .
9+ - [ 3D voxel world generation] ( http://29a.ch/sandbox/2012/voxelworld/ ) example.
10+ - Film grain in [ analog film emulator] ( http://29a.ch/film-emulator/ ) .
1611
1712## Usage
1813
@@ -108,6 +103,13 @@ In the future such changes will be released as a new major version.
108103### 1.0.0
109104- Initial Release
110105
106+
107+ ## Requirements
108+
109+ It requires typed arrays. If you want to use it in browsers without support
110+ you will need to use a polyfill like [ typedarray.js] ( http://www.calormen.com/polyfill/typedarray.js ) .
111+
112+
111113## License
112114Copyright (c) 2015 Jonas Wagner, licensed under the MIT License (enclosed)
113115
You can’t perform that action at this time.
0 commit comments