A library to port GDI code to DirectX/OpenGL?

Posted by Grzegorz Adam Hankiewicz on Stack Overflow See other posts from Stack Overflow or by Grzegorz Adam Hankiewicz
Published on 2010-04-30T17:02:58Z Indexed on 2010/04/30 17:07 UTC
Read the original article Hit count: 283

Filed under:
|
|

I have some old MFC program using GDI heavily for drawing of texts and vectors. The program is scheduled to be rewritten in the future using DirectX/OpenGL. In the meantime, is there any library which acts as a simple wrapper that could replace GDI for one of these hardware accelerated APIs to improve performance?

© Stack Overflow or respective owner

Related posts about gdi

Related posts about opengl