OpenGL Game development for the Desktop / Platform issues
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-02-28T22:43:19Z
Indexed on
2010/03/13
11:15 UTC
Read the original article
Hit count: 551
multi-platform
|opengl
Does anyone have experience writing professional OpenGL games on Windows? For the Mac, due to apple's control, the OS seems quite "uniform". For windows, due to different hardware, different drivers installed, etc ... the hardware base seems to have many many different configurations.
In theory, OpenGL provides a API that abstracts all this away. In practice, many drivers are often buggy and have weird cases -- has this been a problem for developing games on Windows?
Thanks!
© Stack Overflow or respective owner