[orx-shade-styles] Write comments on demos

This commit is contained in:
Abe Pazos
2025-09-20 19:07:38 +02:00
parent ec9ec947a6
commit ec4032c452
29 changed files with 298 additions and 61 deletions

View File

@@ -5,6 +5,11 @@ import org.openrndr.draw.loadImage
import org.openrndr.extra.shadestyles.fills.SpreadMethod
import org.openrndr.extra.shadestyles.fills.image.imageFill
/**
* Demonstrates the use of the `domainWarpFunction` in an `imageFill` shade style, used to deform
* the coordinate system of the shader. A `time` parameter is passed to the shader and used
* to alter the deformation in real time.
*/
fun main() = application {
configure {
width = 720