What Are Algorithms?

Although I guess most of you know exactly what an algorithm is, I felt anyways that I needed to give a small definition, before I’ll be able to cover specific (types) of algorithms. When dealing with problems in computer science one generally looks at the ‘theory’ behind solving the problem and the actual implementation separately. […]

yEd – A Simple and Nice Diagram Tool

How often do you find yourself, trying to put some information graphically into sense, but fail to do, because the software you’re using isn’t really nice to use? Maybe you’ve never experienced that or have never needed to do so, but I have on multiple occasion and it has never been fun. Being a fan […]

SFMLUploads.org – Relaunch

So I’ve taken ownership of the project SFMLUploads.org which is basically a file and image hoster made specially for developers who are using the SFMLibrary. Below you’ll find the announcement text I wrote for the official SFML forum. After quite a few ups and even more downs SFMLUploads is finally back online! SFMLUploads.org was originally […]

A SmallGameEngine or State Machine

From a question ask in the official SFML forum which linked to a tutorial by Anthony Lewis at GameDevGeek.com I took the challenge up on me and converted that small game engine or maybe it would be better just called a state machine from SDL to SFML. In the near future I also hope to […]