Client
Puddle Tap PublishingThe first installment in the “Clementine Wants to Know…” series.
Follow Clementine and her magical camera Zoom Zoom as Clementine learns where babies come from.
Learn about the difference between a man and a woman, how babies are made and help take care of the baby after he has been born.
Working with sexual education expert Meg Hickling this digital interactive book app is a good starting point for parents to begin this sensitive discussion topic with their children.
This book also covers auxilary topics such as different family types and dealing with new siblings in the family.
This app was built with Unity and utilizes in-app purchases for the full experience.
> Building dynamic animations
Since we were provided with heavily stylized 2D assets from the original illustrator, we wanted to take it one step futher by being able to manipulate the character with more dynamic expressions and movements without having to use an overly high amount of images to achieve the look. Instead of using something like Spine to manipulate the existing image assets, we built a custom rig in 3D to push the limits. This allowed for individual control of mouth shapes as well as hair bounce and rotation.
> Gyroscopic interactions
A part of the story involved a page where your task was to take pictures of animal couples in a park. To achieve this we used the mobile device internal gyroscopes to pan the view to see the entire panorama of the park. At the time some Android devices only had accelerometers but no gyroscopes. To compensate, we added another fallback interaction allowing accelerometer only devices to pan the view via a steering wheel kind of movement for panning.