Shader Series – Screen Space Reflections
Screen Space Reflections are used in every engine these days. Games from The Witcher 3 to Fortnite all employ this effect, so it was natural that I wanted it in Vertices. While I came across a…
Sharing Screenshots to Social Media in C# and Xamarin
A single class solution to a common stack overflow question; How to share info (in this case a screenshot) to social media platform on your phone.
Handling Mobile Ads in C# and Xamarin
Recently I put out two games, The Chaotic Workshop and Pew Zoom Boom, which both have with a free ad supported version. There’s lots of support and examples for native code, but to get them working…