Hi, ClanLib 0.7 can OpenGL to get direct access to the video card, but can also use SDL. So I tried SDL output with ClanLib 0.7 : it works "quite" good.
Bugs : - Keyboard input is ill - Dig a hole doesn't work (I only test during 30 secondes...) ClanLib said about SDL output : << The SDL target does not support every feature currently offered by clanDisplay, and it most likely never will. The main point of the SDL target in ClanLib is to support older cards that come with no 3D accelerator. ClanDisplay has been written to try take advantage of as much of modern OpenGL hardware acceleration as possible - for example, all the blending functions offered by glBlendFunc. Implementing a software target for all this is would take forever, and most likely would end up being as slow as using OpenGL software targets such as Mesa. Instead, the clanSDL target aims at only supporting the things that SDL API itself supports; it's better for it to get some things fast, instead of everything slow. >> So, bugs are "normal". But, if someone would like to help ClanLib team it would be great ! Bye, Haypo