Abe Pazos
Abe Pazos
### Motivation Would it be good to be able to specify if the shadeStyle applies to `x_fill` or `x_stroke`? https://github.com/openrndr/orx/blob/master/orx-shade-styles/src/commonMain/kotlin/LinearGradient.kt#L78 ### Help make it happen! I am willing to submit...
Here my first attempt at adding tests to orx'es. - Is it the right approach to use nullgl? If I don't it fails to create an application, but I'm not...
### Operating System Linux ### OPENRNDR version b02ca0a ### ORX version af8c5e2 ### Java version (if applicable) _No response_ ### Describe the bug Error: ``` GLSL compilation problems in 0(134)...
### Operating System Linux ### OPENRNDR version 0.4.5-alpha8 ### ORX version 0.4.5-alpha8 ### Java version (if applicable) _No response_ ### Describe the bug `contour.roundCorners(x)` only rounds corners formed by pairs...
### Motivation I want to be able to display a mutable list in a dropDown. It should be possible to add and remove entries (then somehow refresh the dropdown). This...
Hi, I have been playing with MultiplicativelyWeightedVoronoi and noticed that sometimes I get unexpected shapes. Here a program to demonstrate the issue: ```processing import micycle.pgs.*; import java.util.List; int seed =...