File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ It works in the browser and Node.js, using CommonJS and ES Modules.
99It is self-contained (dependency-free), relatively small (about 2k minified and gzipped)
1010and fairly fast (about 20 nanoseconds for a sample of 2d noise) and tree shakeable.
1111
12- ## Demos
12+ ## Demos & Real World Examples
1313
14- - [ Synthwave Demo] ( https://29a.ch/sandbox/2022/simplex-noise-synthwave/ ) shown in the header
15- - Simple 2D plasma on [ codepen.io] ( http://codepen.io/jwagner/pen/BNmpdm/?editors=001 ) .
16- - [ 3D voxel world generation] ( https://29a.ch/sandbox/2012/voxelworld/ ) example.
17- - Film grain in [ analog film emulator] ( https://29a.ch/film-emulator/ ) .
14+ - [ Synthwave Demo] ( https://29a.ch/sandbox/2022/simplex-noise-synthwave/ ) shown in the header
15+ - Simple 2D plasma on [ codepen.io] ( http://codepen.io/jwagner/pen/BNmpdm/?editors=001 )
16+ - [ 3D voxel world generation] ( https://29a.ch/sandbox/2012/voxelworld/ ) example
17+ - Film grain in [ analog film emulator] ( https://29a.ch/film-emulator/ )
18+ - [ Applying volumetric wood grain to 3D prints] ( https://29a.ch/sandbox/2021/3d-print-texturizer/ )
1819
1920Created something awesome with simplex-noise? Let me know so I can add it to the list.
2021
You can’t perform that action at this time.
0 commit comments