Home

Awesome

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.

https://github.com/taublast/SurfAppCompareDrawn/assets/25801194/3fa08b5c-746a-4720-b2ac-b5f0c5af4799

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.