add demos to README.md

This commit is contained in:
Edwin Jakobs
2025-08-16 20:10:23 +00:00
parent e92f3c3ff9
commit 614ec5da94
2 changed files with 30 additions and 0 deletions

View File

@@ -13,6 +13,21 @@ Mathematical utilities
![linearrange-DemoLinearRange03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-math/images/linearrange-DemoLinearRange03Kt.png)
### matrix/DemoLeastSquares01
[source code](src/jvmDemo/kotlin/matrix/DemoLeastSquares01.kt)
![matrix-DemoLeastSquares01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-math/images/matrix-DemoLeastSquares01Kt.png)
### rbf/RbfInterpolation01
[source code](src/jvmDemo/kotlin/rbf/RbfInterpolation01.kt)
![rbf-RbfInterpolation01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-math/images/rbf-RbfInterpolation01Kt.png)
### rbf/RbfInterpolation02
[source code](src/jvmDemo/kotlin/rbf/RbfInterpolation02.kt)
![rbf-RbfInterpolation02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-math/images/rbf-RbfInterpolation02Kt.png)
### simplexrange/DemoSimplexRange3D01
[source code](src/jvmDemo/kotlin/simplexrange/DemoSimplexRange3D01.kt)