[orx-noise] Add comments to all demos, add demo

This commit is contained in:
Abe Pazos
2025-08-30 13:54:25 +02:00
parent 935e7cd9a8
commit 878f2b040d
18 changed files with 156 additions and 23 deletions

View File

@@ -6,6 +6,17 @@ import org.openrndr.shape.Ellipse
import kotlin.math.cos
import kotlin.random.Random
/**
* Demonstrates how to create an animated visualization of scattered points.
*
* The program creates an animated ellipse with increasing and decreasing height.
* Then, scatters points inside it with a placementRadius of 20.0.
*
* The animation reveals that the scattering positions are somewhat stable between
* animation frames.
*
* The ellipse's contour is revealed and hidden every other second.
*/
fun main() = application {
configure {
width = 720