Jonathan Ellis
Jonathan Ellis
orElseThrow(Supplier) is present but the no-parameter method is missing.
### Operating System Windows ### OPENRNDR version master ### Java version (if applicable) _No response_ ### Describe the bug `val count = w.positionElements` is only correct when offset is zero...
### Operating System Windows ### OPENRNDR version master ### Java version (if applicable) _No response_ ### Describe the bug Path.convex is false even for convex polygons ### Steps to reproduce...
### Motivation Edwin asked for this ### Proposed Solution ``` package jbe.openrndr.run; import java.nio.ByteBuffer; import java.security.SecureRandom; import org.openrndr.ApplicationKt; import org.openrndr.Configuration; import org.openrndr.Program; import org.openrndr.color.ColorRGBa; import org.openrndr.extra.noise.SimplexNoise1DKt; import static java.lang.Math.abs; public...
### Operating System Windows ### OPENRNDR version 0.3 ### Java version 16 ### Describe the Bug Fill is not correctly restricted to contour with DEPTH16. Works fine at DEPTH24_STENCIL8. Desired...
In this program, I expect all three circles to be the same. But the second is drawn much darker, I believe because LCHUV to RGB gives an RGB object with...
Right now the only way to know when save is complete is to use synchronous mode. May need to split into save and saveAsync functions. (But the former could be...
Push up arrow:  Hit enter:  Hit enter again, command runs, but never echos to prompt  This is 100% reproducible once a terminal starts doing it, but I...