This article will be more technical then the previous ones and as I promised it will be about creating multi-platform game loop. I will set up objectives which I want to achieve then I describe some available options and finally tell you about my solution.
Objective
The main goal is to create game that will run on Windows, Linux, Mac OS X as well. I would like to keep it simple and with minimum platform dependent code. The first step is to render simple screen covered by "space" texture and displayed text on the bottom of the screen.