Skip to content

Latest commit

 

History

History

23-clipping-magic

Clipping Magic

An app to learn how to clip objects on a canvas.

Features

  • setting up the project and the shapes.
  • handling dimensions on bigger screens.
  • understanding the drawing algorithm.
  • creating a method to draw the shapes.
  • implementing the clipping methods.
  • improving drawing performances with quickReject().

Based on Clipping Canvas Objects by Google Codelabs (2022).