Doeke Wartena
Doeke Wartena
The box has two children (don't know why). If you use the setFill on the first child it works. ```java PShape shape; public void setup() { size(640, 360, P3D); shape...
Not good :) Maybe you can leave this issue open and some legend will pick it up someday :)
Letting you know I got: > [WARN ] --- [2025-03-02 20:21:56] [nbio_windows.odin:80:_tick()] You have ran into a strange error some users have ran into on Windows 10 but I can't...
Is there a hacky way at the moment? I would like to do some test with processing. (www.processing.org)
What do you mean with "for the client"? Isn't proxy a server thing?
It would be good to store the separator instead of calling `System.getProperty("line.separator")` a lot of times. Also, I think when something like this gets implemented that it should be a...
I think something like this could be nice. I used to make arcs by setting a insane strokeWeight, and then draw with a smaller strokeWeight and different radius on top...
Ok good point. I think something inspired by the first image would be good for the documentation page. Also for the CW and CCW, I think it would be good...
Yeah I have to agree with you that 3D would not be a good idea. Ok then the only thing what comes to mind what remains at this point is...
> Do you mean a function `arcPoint` to get the coordinate of a point along the arc and `arcTagent` to get to tangent to the arc on a point along...