ericcervin

Results 5 issues of ericcervin

When I first started running loops in sketching, the performance felt sluggish and I wondered if there was a bug. Once I checked the documentation, I learned that 10 was...

In many of the most basic Processing tutorials that I've worked through, drawing is done without setup/draw. This is an example: https://processing.org/examples/shapeprimitives.html I've been using (no-loop) to recreate this in...

When I recreate examples from java Processing in sketching, I add (background 200) so the backgrounds match. Maybe that should be the default color for sketching?

documentation
difference

Processing defaults to CORNER. The sketching reference also says 'corner is the default ![image](https://user-images.githubusercontent.com/1158978/200194212-c800e9ec-41ad-4936-a4ca-87cd37b00209.png)

Writing a simple drawing example that connects mouse positions with a line. When my mouse leaves the canvas, the mouse positions all become 0 and a line is drawn to...