Logo design project
Feb 13, 2025
For a college design class, I was asked to create two logos. I decided to create a logo for EcoSim and Appleseed Robotics. EcoSim is the simulator I maintain for farming and forestry robots. Appleseed Robotics is the (provisional) name for the Farm Robotics Challenge team that I’m on at CMU.
Parametric curves
For EcoSim’s logo, I wanted something that combined themes of the natural world and modeling/simulation. At first I thought of pixel art of leaves or flowers, but that was a little on the nose. I also thought about depicting a line plot of, say, a topographical map or some signal plot that was made to look like mountains. Finally, I thought of something I learned in high school math class: Simple math equations that could be tuned to look like flowers. These are parametric equations.
Rose curve
The formula for the rose curve is simple and beautiful:
Of course, the radius and angle for a polar curve can be converted to Cartesian coordinates like:
Water lily
This is a curve that I found on Matthias Wandel’s website. Here’s the formula:
Mystery flower
This is a parametric equation that I found here, though I wasn’t able to find the true source. Its formula is:
We can then rotate this primitive times by the angle . Note that just fixes the size of the flower.
Earlier concepts
Finished logos
I wanted EcoSim’s wordmark to be neutral: not playful, not too stylized. I wanted it to convey modernity (no serifs) without being futuristic in a corny way (no fonts mimicking seven-segment displays or Atari games).
For Appleseed, I went with Costa, a font that’s subtely playful.
Other notes
The live demos above were written in p5.js. The finished logos were made with Adobe Illustrator.