Blog

Recent posts

Performance Tuning DrawShapedText

In my last post Text Rendering in SkiaSharp and HarfBuzz I mentioned that you should use text shaping, but the default method DrawShapedText is very slow com...

Migrating old blogs

This blog on GitHub Pages is not my first one. I went on some big vacations in the past where I wanted to stay in touch with friends back home. I did that wi...

First Impressions With .NET MAUI

I am late to the party. Microsoft announced .NET MAUI at the Build in 2020. Then it was postponed and postponed and now it looks like it will be released at ...

Reorder items with MR.Gestures

I’m often asked how you would use drag & drop to reorder items. The simplest solution is of course with MR.Gestures. So it’s time that I finally add a pa...