Speaking of which that current "framework" thats suppose to help people get started is crazy! It seems far too complicated with far too much voodoo going on! A new programmer wants to be in his own little kingdom where he knows what every line does. The docs are rather sparse as well. It's not a framework I'll be using in the near future.
So last week in Japan was goldenweek, a week of bank holidays. I got nothing done :D
I've implemented the Game Loop mentioned in the blog. I couldn't find any "WindowMessage" data type anywhere in C# so with a little bit of googling I changed it to an Int32 and this doesn't seemed to have caused any problems. Also remember to add
using System.Runtime.InteropServices;
. I also didn't create a native methods class. That's about it though really, everything else is cool.
No comments:
Post a Comment