UrhoSharp is a cross-platform 3D application and game engine for Xamarin platforms. At the Queensland C# Mobile Developers meetup group's October event, I gave a talk on the engine, including broad overview of the library, core concepts and a few dem…
gamedev
CocosSharp
Creating a basic game in CocosSharp (Part 3)
In the previous post, we looked at what was involved in getting the shock surprise intro scene for Meetup Pop up and running. In the process, we saw a bunch of the CocosSharp classes in use, including sprites, nodes, actions and transitions. In this …
CocosSharp
Creating a basic game in CocosSharp (Part 2)
In the previous post, we introduced the CocosSharp framework and showed how you to launch it from an application. In this post, we'll introduce Meetup Pop - the sample I made for the Queensland C# Mobile Developers meetup group - then run through th…
CocosSharp
Creating a basic game in CocosSharp (Part 1)
At the end of last year I gave a talk on the Xamarin CocosSharp framework at the Queensland C# Mobile Developers meetup group. The aim was to give an overview of the framework and what it can do, and to provide a quick walkthrough of the code for a v…