add demos to README.md
This commit is contained in:
@@ -26,4 +26,15 @@ Iterate over all points in the hash grid:
|
||||
for (point in grid.points()) {
|
||||
// do something with point
|
||||
}
|
||||
```
|
||||
```
|
||||
<!-- __demos__ -->
|
||||
## Demos
|
||||
### DemoFilter01
|
||||
[source code](src/jvmDemo/kotlin/DemoFilter01.kt)
|
||||
|
||||

|
||||
|
||||
### DemoHashGrid01
|
||||
[source code](src/jvmDemo/kotlin/DemoHashGrid01.kt)
|
||||
|
||||

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