Skip to main content
  1. Tags/

windows-development

Converting HEX Color To SolidColorBrush In WinUI 3

·340 words
As I was building OpenSpartan Workshop for Windows I needed the ability to convert a hexadecimal HTML color code to a SolidColorBrush object. Unlike with previous UI frameworks, WinUI 3 (which is what I use) doesn’t have a built-in construct for this kind of conversion. Naturally, I had to improvise.

OpenSpartan And The Quirks Of Halo Infinite API

·2274 words
Time for another update on my “whenever I have time” project - OpenSpartan. I’ve done a few changes to the code base preparing for the first public alpha.

Medals In OpenSpartan

·1794 words
As folks might know, in my free time I am building a Halo Infinite companion app called OpenSpartan. It now supports medal visualization.

Building OpenSpartan

·677 words
I alluded to the fact that in my free time I am building a little project called OpenSpartan. I thought I’d share a bit more as to what it is.