Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 740 Bytes

Comparing Native vs Drawn

Performance comparison between a CollectionView and DrawnUI for .NET MAUI.

Implementation

Converted a copy of XAML views of an original Surfing App to be drawn on a skia canvas.

PvHkG9Vyrn.mp4

Setup

MAUI CollectionView competes with shadows Off.
DrawnUI cells are recycled, GPU-acceleration is off, shadows On.

Copyright and license

Code released under the MIT license.