Tuesday, August 16, 2011

SDL to SFML

After testing the lonespace demo on more and more hardware I decided to move to a different API. I was using SDL and it seemed great, but I think mainly due to syncing issues, I would get these hiccups randomly on certain machines. This maybe could have been something with my code but also I was looking for a more c++ oriented solution, so I searched and found SFML. So far its great and I am re-writing to fit the API style and less pure C oriented style I had adopted initially.

No comments:

Post a Comment