Posts
Published 25 March 2013
in archive
with tags
monogame
,
openal
This appears to be a common problem encountered after having just installed MonoGame.
Continue reading …
Published 24 March 2013
in archive
with tags
csharp
,
xna
,
monogame
,
gamedev
I've just been playing a little with XNA (or MonoGame as it's called these days) and needed to draw circles. If you've used XNA then you'll know that nothing like that is provided for you. Drawing circles isn't too difficult really, they're basically just lots of little lines at different angles.
Continue reading …
Published 21 March 2013
in archive
with tags
fizzbuzz
,
csharp
Just doing research over at r/cscareerquestions when I stumbled upon a thread about FizzBuzz.
Continue reading …
Published 21 March 2013
in archive
with tags
csharp
,
compilerservices
,
diagnostics
A cool feature that has been added in Visual Studio 2012 and C# 5.0 is Caller Information attributes. Basically it allows you to see where your method was called from without having to sift through stack traces upon stack traces.
Continue reading …
Published 13 March 2013
in archive
with tags
random
,
csharp
Today I decided to wish my good friend @Farkie happy birthday: programmer style.
Continue reading …