Skip to content

luismautone/SketchAFacePlaygroundbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SketchAFace Playgroundbook

I made this playground to attend WWDC18: I tried to explain in a simple and interactive way the basics for the sketching of a face. Once you have chosen the parameters to give to your face and you have tapped on Run My Code, the playground will help you make your drawing through guidelines.

Technologies involved:

  • UIKit, I used UIBezierPaths to define the path of different guidelines;
  • PaintCode, with this vector drawing app I could obtain the right values to build the UIBezierPaths as I wanted;
  • CoreAnimation, I added CABasicAnimations to CAShapeLayers in order to simulate drawing animations;
  • CoreGraphics, I used the current CGContext for the implementation of a drawing area for the user.

Here it is a video of my Playgroundbook

WWDC18 Submission

Releases

No releases published

Packages

No packages published

Languages