On 20 Apr 2015, at 22:47, Nicolai Hess <nicolaihess@web.de> wrote:



2015-04-20 16:56 GMT+02:00 Alexandre Bergel <alexandre.bergel@me.com>:
I see the point, but SDL seems to be pretty stable isn���t it? 
Only two versions are reported on their website (1.2 and 2.0). Maybe it would be better to directly talk to SDL. Just wondering...

Alexandre

If you use SDL directly -> you will have to create your own event loop (and other stuff)
If you use the OSWindow layer -> you will get a nice API that is already integrated with the main window / main window eventloop.

+1