An app to learn how to clip objects on a canvas.
- 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).