Jens Axel Søgaard
Jens Axel Søgaard
Turns out a style contains almost all settings of the drawing context. https://github.com/processing/processing4/blob/master/core/src/processing/core/PShape.java#L319
Yes, give it a shot. I think the best way to do it, is to make a new branch in your repo. Then push that new branch to `sketching`. When...
@ericcervin Thanks for the bug report! Turns out there was a mistake in `translate`. Note that the "use translate to change the origin to the point of revolution before calling...
Maybe an inspector a la the one in the JavaScript console? See also https://docs.racket-lang.org/describe/index.html
I have been thinking about this issue, but haven't come to a conclusion yet. On one hand allowing the user to leave out `setup` and `draw` makes it easy to...
@all-contributors please add @ericcervin for documentation
It seems either racket/gui or macOS doesn't update the cursor until the mouse is moved? ``` #lang sketching ;; Press the mouse to hide the cursor (define (setup) (frame-rate 2))...
Some settings have been transfered, but a more systematic approach is need to make sure all relevant settings have been transfered.
Note that this PR relies on https://github.com/racket/string-constants/pull/51 which add the string constant missing in the test below.
> I think it would be better if it was clear what both states of the checkbox mean. > One option would be to have a more verbose checkbox; another...