Short hiking trip to Glen Helen nature preserve

Kym and I took a short 1-hour trip to Yellow Springs, Ohio to check out the area and hike one of the trails at Glen Helen nature preserve.  They have many trails including one that takes you to the yellow springs, but we chose to go the waterfall route on this day.   The weather wasn’t too hot and partly cloudy

Read More »

Hiking Adventures – Close to Cincinnati

Indian Mound Reserve Waterfalls Trailhead http://waterfalls-trailhead.edan.io/ Cedarville, OH Hiking Waterfall 1 hour drive The Yellow Spring and Glen Helen Nature Preserve https://www.glenhelen.org/ Hiking Rock formations Waterfall Yellow Springs Brewery nearby 1 hour drive Clifty Falls State Park https://www.in.gov/dnr/state-parks/parks-lakes/clifty-falls-state-park/ Waterfall Hiking Fossils 1 hr 42 mins; IN Red River Gorge https://www.fs.usda.gov/recarea/dbnf/recreation/recarea/?recid=39458 KY Hiking Bridges Falls 3 hr

Read More »

First real attempt at Generative Art

This is an early attempt at generative art. I’m using both python and Processing (Python mode). For this example, I wanted to build code which would generate a grid based on several parameters. Here’s one of the more colorful attempts. And here’s the code: def setup(): size(800,900) colorMode(HSB,360,100,100) background(0,0,90) #white #noFill() def draw(): xcenter = width / 2 ycenter =

Read More »
from FreeCodeCamp.org

Generating Art from Code

Lately I’ve been struggling to focus on where to focus my creativity outside of work and the day-to-day tasks. While I’m interested in photography, drawing, digital drawing, DIY, and many other things, I’ve always had a passion to combine art and code. Coming out of high school I wanted to work for Disney or a related company but simply didn’t

Read More »