add demos to README.md
This commit is contained in:
@@ -81,6 +81,7 @@ and triangle order.
|
||||
|
||||
This method demonstrates concepts of computational geometry and procedural
|
||||
rendering.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoDelaunay01.kt)
|
||||
@@ -88,6 +89,7 @@ rendering.
|
||||
### DemoDelaunay02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoDelaunay02.kt)
|
||||
@@ -103,6 +105,7 @@ The program performs the following:
|
||||
- Derives the Voronoi diagram using the Delaunay triangulation and the bounding frame.
|
||||
- Extracts the cell polygons of the Voronoi diagram.
|
||||
- Renders the Voronoi cell polygons on the canvas, with a pink stroke on a black background.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoVoronoi01.kt)
|
||||
@@ -110,6 +113,7 @@ The program performs the following:
|
||||
### DemoVoronoi02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoVoronoi02.kt)
|
||||
@@ -117,6 +121,7 @@ The program performs the following:
|
||||
### DemoVoronoi03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoVoronoi03.kt)
|
||||
|
||||
Reference in New Issue
Block a user