Home / Blog Menu ↓

Blog: #plotdevice

23 posts / tag feed / about the blog / archive / tags

Circlecells

Yesterday’s generative art piece, called “Circlecells” (these names are amazing, I know):

circlecells-01.jpg

Detail:

circlecells-01-detail.jpg

The code is on GitHub. I also posted a few process pics to Twitter yesterday. There are also three other accompanying pieces in the set generated with different seeds: 02, 03, 04.

Explanation:

  • There’s a 20×20 grid which gets populated with an initial seed population of living/dead cells. (I get a random value between 0 and 5; if it’s 0 or 1, the cell is alive.)
  • The lines are drawn from any living cells to any immediately neighboring living cells.
  • The size of each circle is dependent on how many living neighbors the cell has.
  • The initial round is drawn in light tan, then the grid is run through a modified Conway’s Game of Life (any cells with 2, 3, or 5 living neighbors are alive in the next round).
  • Two more iterated rounds are drawn, one in a slightly darker tan and the last in dark red. (Drawing is done with the multiply blending mode.)
  • I textured the piece in Photoshop afterwards, using some Kyle T. Webster brushes — add canvas, add noise, encaustic grit, a couple others that I can’t remember.

Reply via email or office hours

Sahidic Coptic alphabet chart

Today I’m releasing a Sahidic Coptic alphabet chart and worksheet. The chart:

SahidicCopticAlphabetChart.png

And the worksheet:

SahidicCopticAlphabetGradedWorksheet.png

Reply via email or office hours

Latin and Thai chart source files

I’ve posted the PlotDevice source files to GitHub for the following charts:

I’ve also added the alternate vocative version of the declensions chart to the Latin declensions repo.


Reply via email or office hours

Latin declensions chart update

I’ve ported my Latin declensions chart to PlotDevice (from InDesign) and posted the source to GitHub. It’s now fairly easy to change the order of the cases and add new ones like the vocative. The chart itself is slightly different as well — spacing, colors, etc.


Reply via email or office hours

Latin pronouns chart

Nerdy newsflash: I made a Latin pronouns chart to go along with the conjugation charts and declensions chart:

LatinPronouns.png

There are several I didn’t include (quis, aliquis, ipse, etc.) because I wanted to keep it from getting too crowded.

As with the conjugations chart, I made this in PlotDevice.


Reply via email or office hours

Thai consonants chart

I’ve wanted to put the Thai alphabet up on our wall so my kids can start learning it, and I’ve learned a lot about design since I made the Thai script card (which was really just a touchup on an existing card design I received in the MTC), so I made a new Thai consonants chart:

ThaiConsonants.png

This one adds the consonant class (low/medium/high) and colors the initial consonant transliteration so it’s clearer.

I made it in PlotDevice, using a setup very similar to the Latin conjugation charts — YAML data file with a script that turns it into a PDF.

I’m planning to make two companion charts later — one for vowels and one for the miscellaneous marks, numerals, tones, etc.


Reply via email or office hours

Latin conjugation charts

I’m years behind on this, but I’ve finally made some Latin conjugation charts to go along with the declensions chart I made back in 2009:

LatinConjugations-1st.png

There’s one for each of the major conjugations (1st, 2nd, 3rd, 3rd i-stem, and 4th).

I made them in PlotDevice, using a YAML data file for each conjugation with a script that takes the YAML and generates the PDF.


Reply via email or office hours

Home teaching slips

I’m currently serving as elders quorum president in my ward, which means home teaching changes every couple months or so. I’ve been bad about printing out slips because it took too long to make them (I don’t really like the default MLS style, so I was doing it by hand in Excel), but I finally buckled down and wrote a PlotDevice script that takes the assignments in easy-to-write YAML and outputs PDFs, one page per file (because I haven’t been able to get it to output to just a single PDF).

Here’s what it looks like, with dummy data:

home-teaching-slips.png

The code is on GitHub. It’s somewhat messy right now, but it works.


Reply via email or office hours

Hebrew alphabet worksheet

I’ve made a graded worksheet to go along with the Hebrew alphabet card I made nine years ago (and I really need to do a new version of that):

HebrewAlphabetWorksheet-Graded.png

Reply via email or office hours

Ogham alphabet worksheets

I’ve put together two graded worksheets to go along with the Ogham alphabet chart I made a few years ago:

OghamAlphabetWorksheet-Graded.png
OghamAlphabetWorksheet-Vertical-Graded.png

Reply via email or office hours