Skip to main content

9 docs tagged with "p5"

View all tags

Barnsley fern

This was an early exercise with p5. It stops drawing after 1000 frames. Refresh the browser to see it redraw.

circles and FLW

This was something we played around with at Cherry Arbor Design, and used it to create wall art, earrings, and when they were still a thing, fidget spinners.

quantiles

Most things that we observe vary. We don't pay attention to things that don't change. When we measure those variables, we often use statistics like average or median to summarize. But those statistics don't describe the variability of the distribution. Standard deviation works well if the distribution is a bell curve, aka normally distributed. But many things we observe are not normally distributed. Yet we want a concise summary. One way to summarize is using quantiles, which involves dividing our observations into more-or-less equal size buckets of non-overlapping ranges of values. Common examples of quantiles are quartiles, with four buckets, and deciles, with ten buckets.

Space Rocks

I took a long break from coding a few years back. I spent part of that time away getting a master's in education, and taught high school math, physics, and computer science. One of my professors roped me into writing a book about making games with Scratch. Hey, it's even on AbeBooks.

spiral circles

Many of the things we play around involve geometric symmetry. There are several types. This post is about an unusual symmetry. But first, a quick recap of some more well-known symmetries…