Multi-Channel Signed Distance Field Fonts with MonoGame – Part 1
When developing a game, we will invariably need to use fonts in some fashion, be it as part of the […]
When developing a game, we will invariably need to use fonts in some fashion, be it as part of the […]
Recently, while working on the Bad Echo game framework, I required the ability to apply an overriding amount of transparency […]
Versioning your software helps to give it a history and a sense of progression. Having that automatically taken care of […]
As work continues on my secret Bad Echo game and its accompanying (and public) Bad Echo Game Framework, my (initially […]
SafeHandles provide reliable and secure means of managing the lifetime of unmanaged resources. It’s commonly recommended to use SafeHandle instead […]