Page 1 of 1

desktop games

PostPosted: May 10, 2007 @ 5:06am
by izeman
hello all!

is edgelib suitable for creating desktop games (windowed and fullscreen)?
does it use hardware acceleration?

regards

PostPosted: May 10, 2007 @ 9:04am
by edge
Hi Izeman,

You can develop both fullscreen and windowed games for Windows Desktop.

To enable hardware acceleration you can use DirectDraw hardware surfaces (but you'll lose performance when using special effects, like alpha blending), or you can use OpenGL.