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...
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...
I feel like I’m getting old. When I was a kid, terminals had 25 rows, 80 columns and green text on black background. In the last couple of years I wrote my o...
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...
I assume, you already know Xamarin.Forms and how to add a custom control there. This post is really just a summary of what changed and why.
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 ...
Update from April 2023:
The biggest problem of the blog by far were the comments.
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...
GitHub Pages host your website for free. All you need to do is commit the files in a special repository. They even create a SSL certificate automatically and...