Claire

walk.GIF

Link to the sketch: https://editor.p5js.org/Claire_Z/sketches/8xqKf7_FS

This is a project which you can interact with a little creature with your hand.

image.png

image.png

Inspiration

I build this project on top of my last week project, which to pick and drag the bug with hand pose. The figure of the little bug is inspired by the coal spirit in the film Spirited Away. It’s very cute and I always want to pet one. This idea reminds me of the desktop pet, which are some figures Then I come up with this little creature lived inside the screen. It will wandering on canvas, and you can pick it up and drag and drop it to elsewhere. It can also walk on you head and shoulder.

Process

Code references

I use the handPose and bodySegmentation code examples on the class page. Also thanks to Daniel helped me with detecting the boundary of the person.

Next Step

I’d like to refine the interface. I want to make it more like an accomplished digital pet app. In the next step, I want to add the feature of changing background, and choose different pets or upload your unique one. Also, the sketch becomes laggy when running both models at the same time. It’ll be better if there are some ways to make the program runs smooth.