C#

MonoGame Tutorial: Audio

  In this chapter we are going to look at using audio in XNA.  Originally XNA supported one way of playing audio, using XACT (Cross Platform Audio Creation Tool ).  Since the initial release they added a much simplified API.  We will be taking a look at both processes.   There is an HD video […]

MonoGame Tutorial: Audio Read More

C# comes to Unreal Engine

  On a daily basis I use dozens of different programming languages.  Some languages are certainly better than other languages at certain tasks, while other languages truly shine on certain platforms.  Some languages are more portable than others, others are more customizable while some can be faster.  All that said, when all other things are […]

C# comes to Unreal Engine Read More

Cocos2d-x Tutorial Series: Basic Sprites, Positioning, Parenting and Coordinate Systems

  Previous Part Table Of Contents Next Part   Now that we have Cocos2d-x installed and configured and our project created, we are going to take a look at basic graphics operations.  This tutorial assumes you ran through the prior part and created a project already.  I am going to assume you have a working […]

Cocos2d-x Tutorial Series: Basic Sprites, Positioning, Parenting and Coordinate Systems Read More

Scroll to Top