Nick Hardeman

Nick Hardeman

@nick-hardeman.bsky.social

I like to draw, I like to paint, I like to code. Minister of Interactive Art at Design I/O. Occasionally wood working in the garage. https://nickhardeman.com https://www.design-io.com

246 Followers 171 Following 29 Posts Joined Nov 2024
8 months ago
Personal holding up a watercolor painting of a mango blossom with turquoise, purples and reds. Post image Post image Close up of a water color of a mango blossom using reds, maroons ands shades of yellow.

Mango Blossoms - 22x30”. Programmatically generated, drawn with pen plotter and then water colored by hand.

#openframeworks #penplotter #genart

4 0 0 0
8 months ago
Close up of water color paper with pen markings depicting a plant like structure. Close up of a water color paper depicting the stem of a plant that has been colored varying shades of red with water color.

Some quick notes on my findings using different water color papers with a #penplotter using a micron pen and water colored by hand afterwards.
My favorite are the Arches Hot Press papers at 22x30".
nickhardeman.com/1007/waterco...

2 0 0 0
10 months ago
Interaction and The Fantastic talk title slide.

Excited to talk at futurespaces.com this Friday!

Talk info here: futurespaces.com/upcoming-eve...

Register here: lu.ma/fs_theo

#immersive #interactive

9 1 0 3
10 months ago
Person holding up 22 by 30 inch paper with a watercolor depicting a plant like structure using blues and pinks Post image Post image

Another Fish tail palm: Generative plant controlled by hand movement. Plotted with a micron pen and water colored by hand.
22x30in
#openframeworks #penplotter

7 1 0 0
10 months ago
0.12.1 Release Candidate 1 - out for testing Hi all, 0.12.1 is close, if you are able to can you try out the RC1 release here: Feel free to post issues / bugs to this thread. There is also a Github issue here for the 0.12.1 release which you...

Excited to announce that #openFrameworks 0.12.1 is close to release. Please checkout the RC1 release candidate and report any issues here:

forum.openframeworks.cc/t/0-12-1-rel...

7 3 0 0
11 months ago
Post image

Water colored by hand.

4 0 0 0
11 months ago
Post image Post image Post image

Fish tail palm: Generative plant controlled by hand movement. Plotted with a micron pen and water colored by hand.
22x30in
#plotter #genart #openframeworks

8 2 0 0
11 months ago
Post image Post image

Tried some nice brush tip markers on this recursion error plot. #penplotter #genart #openframeworks

7 1 0 0
11 months ago
Algorithmically generated mango bloom pen plotted onto a paper. Water colored by hand

Water colored the mango bloom. #penplotter #generativeArt

4 0 1 0
11 months ago
Post image

My favorite part, water coloring the pen plot by hand. Testing out colors. #penplotter

3 0 0 0
11 months ago
Video thumbnail

Controlling the creation of plants using your hand. Palm orientation for grow direction, pointer and middle finger distance to thumb for flower scale and open respectively. The branches of the mango plant (first one) take on the shape of your ring and pinky fingers. #openframeworks #generativeArt

8 1 0 0
11 months ago
Post image

Endless recursion bug making branches; #plotterart #generativeart #openframeworks

8 0 0 0
1 year ago
Black pen drawing on white paper, an algorithmically created branch resembling a mango branch. Post image

Drawing some inspiration from the mango blooms in our backyard. Some test prints on 9x12. Made some optimizations connecting lines. Number of lines when from > 5500 to < 800. Plot time went from 35 -> 20 minutes (for the close up one). #penplotter made with @openframeworks.bsky.social

6 0 1 0
1 year ago
Pen plotter drawing of downward facing stems with programmatically created flowers along them.

The output from the #penplotter. The lines are a bit "organic" from the smoothing.

8 0 1 0
1 year ago
Video thumbnail

Multiple branches for the fish tail palm. The end of the video is the output lines for sending to the #penplotter. #openframeworks

11 2 1 0
1 year ago
Video thumbnail

Osc sending and receiving is also supported.

0 0 1 1
1 year ago
Silhouetted person with their right arm raised standing in front of a projection of two illustrated trees. The tree on the left has a branched raised to mimic the visitor's arm. Lines run around the face, eyes, mouth, torso and hands of a person holding up two fingers.

Trees that grow leaves, flower, bear fruit and drop leaves are controlled and mapped to a person's body. MediaPipe is used for the tracking.
During the project we developed the #OpenFrameworks addon ofxMediaPipePython github.com/design-io/of... @theowatson.bsky.social

3 1 1 0
1 year ago
Dream Garden - The Tech Interactive

Excited to share our latest project: "Dream Garden" a whimsical, immersive experience by @design-io.bsky.social at The Tech Interactive museum in San Jose. www.thetech.org/explore/exhi...

3 0 1 0
1 year ago
Algorithmically generated plant drawn on white paper with a pen plotter. Post image Two images side by side. The image on the left shows a line thicker than 1px and the image on the right is 1px thick after applying a thinning algorithm.

Got a bit side tracked updating a svg addon for #openframeworks so I could save the output of the 3D model line detection for plotting. The thinning algorithm brings it all down to a 1px line and then I run through and connect them. The lines are then smoothed with Savitzky-Golay filtering #plotter

5 0 0 0
1 year ago
Post image

Code/Art Fest 2025 is around the corner, and we need YOUR help 🎉 Sign up to volunteer and help make this the best Code/Art Fest yet! Whether you're assisting with workshops, greeting guests, or supporting our student showcase, your time makes a difference! ✨ Register: bit.ly/4hDfqWe

1 1 0 0
1 year ago
Water color painting of a black dog holding a broken tennis ball in its mouth. Post image

I painted this water color for my brother and received “Real-Time Rendering Fourth Edition” and GPU Zen “Advanced Rendering Techniques” as a thank you. 🤗

4 0 0 0
1 year ago

Thanks for the suggestion. :) Just quickly tried Illustrator, but couldn't get the results I am looking for by playing with the parameters.
Ideally, the final pipeline would be generate 3D mesh -> outlines -> svg from a single app.

1 0 1 0
1 year ago
Lines depicting an edge detection algorithm where red is difference in normals, g is depth and b is color. Output in black and white as a line drawing with the goal of being 1 pixel wide. On the right is multiple color outlines showing many different lines composing a line drawing of a stalk of flowers.

Running the output of the edge detection shader through the Zhang-Suen thinning algorithm ( b & w ), then ChatGPT giving a go at the CPU lines; Each line is a color. Unsatisfied with the result.
Going to think of it as way finding for a lost creature.
Compression is unkind to thin lined images :/

4 0 1 0
1 year ago

@rezaali.bsky.social thank you; fairly satisfied with the output of the edge image I have so far so I'd like to utilize that. I can dig into the vision framework more tonight about using it to extract lines from the current edge image.

1 0 0 0
1 year ago
Render of computer generated flower objects. On the left side is a line style output depicting the edges generated from a shader, with red showing difference in normals, g in depth and b in color. The right side shows the flowers as meshes.

Using a shader to detect edges from a G Buffer. The left shows a combination of normals (R), depth (G) and color(B) differences using a Sobel kernel or similar.
Now I would like to get the lines from the image into a vector of lines on the CPU. Not looking for real time. Any suggestions?

14 1 0 1
1 year ago
Hand drawn image of the words Kind Love with two hearts above the lettering. Acrylic laser cut stencil with the words Kind Love in the center Post image

This drawing by my daughter resonated with us so I made a laser cut stencil and we spray painted it onto shirts.

7 0 0 0
1 year ago
Person standing in front of a projection on the wall. The projected content is an illustrative understand water scene with debug information displayed.

Debug viewing our recently launched project at the Maritiem Museum in Rotterdam with Design I/O.
maritiemmuseum.nl/en/exhibitio...

13 0 1 1
1 year ago

I first started using CA glue for its wood working applications as a quick clamp. Using an accelerator it cures instantly. It's very handy to have around, most recent glue ups:
☑️ Pretzel to hair clip
☑️ Purse Latch
☑️ Magnet to wood
☑️ Small Figurine
☑️ Earring backing
☑️ Fingers

0 0 0 0
1 year ago

Just in time for the holidays!

1 1 0 0
1 year ago
Array of water color paintings of the letters O and F made out of desserts Post image Post image

Started watercoloring the pen plots by hand. #plotter #openframeworks

4 0 0 0