Recent Posts

Augmented reality basics in .NET MAUI on iOS

8 minute read

Augmented reality (AR) is the process of an app adding a 2D or 3D element to the live view from a device’s camera in a way that makes those elements appear t...

Path flattening in SkiaSharp

7 minute read

It’s also sometimes useful to obtain all the drawing operations and points that make up a path, particularly for paths created by path effects and converting...

Wavelet transforms in SkiaSharp

4 minute read

Traditionally, wavelet transforms are used for signal/image/video compression, as they are fantastic for decomposing data into different frequency components...