What are your target platforms for games?

What are your target platforms for games?

I decided to run a little poll to track what platforms do you target as a game developer. I think this should be interesting. Please share this post link or the direct link to the poll (http://twtpoll.com/dar51l) so that we can have more accurate results. The poll closes in about 6 days and you can [...]

Fixing dark borders sprites on IPhone

Fixing dark borders sprites on IPhone

I ran into this issue a couple hours ago working on the IPhone sdk: See the darker borders around the image? It’s a png image and that’s was supposed to be a gradient of alpha. So why am I getting this strange stuff around it? Well that’s because that alpha isn’t 0 or 1 or [...]

Instance based Callbacks in C++

Instance based Callbacks in C++

One of the things that was probably forgotten but the dudes who made C++ standard were callbacks, there’s no out of the box solution for Instance based Callbacks, just for functions. When I moved to C# I was really happy with the way delegates work, it’s simple, easy and most of all, it works. On [...]

Developing on Mac and Basalt running on the IPhone

Developing on Mac and Basalt running on the IPhone

It’s been around two weeks since my last post. Basically because I’ve been busy porting my engine Basalt to IPhone/IPad. If you follow me on twitter you might have known this already since I ranted pretty much at start, moving platform and language is always painful if you are used to other conventions/shortcuts etc. So [...]