File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ and fairly fast (about 20 nanoseconds for a sample of 2d noise) and tree shakeab
1212
1313## Demos
1414
15- - [ Synthwave Demo] ( https://29a.ch/sandbox/2022/simplex-noise-synthwave/ ) shown in the header
15+ - [ Synth Wave Demo] ( https://29a.ch/sandbox/2022/simplex-noise-synthwave/ ) shown in the header
1616- Simple 2D plasma on [ codepen.io] ( http://codepen.io/jwagner/pen/BNmpdm/?editors=001 ) .
1717- [ 3D voxel world generation] ( https://29a.ch/sandbox/2012/voxelworld/ ) example.
1818- Film grain in [ analog film emulator] ( https://29a.ch/film-emulator/ ) .
@@ -203,13 +203,6 @@ In the future such changes will be released as a new major version.
203203### 1.0.0
204204- Initial Release
205205
206-
207- ## Requirements
208-
209- It requires typed arrays. If you want to use it in browsers without support
210- you will need to use a polyfill like [ typedarray.js] ( http://www.calormen.com/polyfill/typedarray.js ) .
211-
212-
213206## License
214207Copyright (c) 2022 Jonas Wagner, licensed under the MIT License (enclosed)
215208
You can’t perform that action at this time.
0 commit comments