add demos to README.md
This commit is contained in:
@@ -190,6 +190,16 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
|
||||

|
||||
|
||||

|
||||
|
||||
### DemoScatter01
|
||||
[source code](src/demo/kotlin/DemoScatter01.kt)
|
||||
|
||||

|
||||
|
||||
### DemoFunctionalComposition01
|
||||
[source code](src/demo/kotlin/DemoFunctionalComposition01.kt)
|
||||
|
||||
@@ -204,13 +214,3 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
|
||||
[source code](src/demo/kotlin/DemoGradientPerturb3D.kt)
|
||||
|
||||

|
||||
|
||||
### DemoPoissonDiskSampling
|
||||
[source code](src/demo/kotlin/DemoPoissonDiskSampling.kt)
|
||||
|
||||

|
||||
|
||||
### DemoSimplex01
|
||||
[source code](src/demo/kotlin/DemoSimplex01.kt)
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user