Recent Posts
Animating augmented reality content in .NET MAUI on iOS
Nodes in an augmented reality app can be animated with the SCNAction type, which represents a reusable animation that changes attributes of any node you atta...
Interacting with augmented reality content in .NET MAUI on iOS
Augmented reality apps oftem allow touch-based interaction with the nodes that are overlayed on a scene. Gesture recognizer types can be used to detect gestu...
Augmented reality basics in .NET MAUI on iOS
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
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
Traditionally, wavelet transforms are used for signal/image/video compression, as they are fantastic for decomposing data into different frequency components...