Hey guys :) Does anyone know of an tutorials or have any code that just draws a shape on the screen? I wanted to get started by just drawing a few shapes and then I'll figure out what the code is doing from there. :)
Printable View
Hey guys :) Does anyone know of an tutorials or have any code that just draws a shape on the screen? I wanted to get started by just drawing a few shapes and then I'll figure out what the code is doing from there. :)
C++ doesn't have any graphics library by default. You have to use a 3rd party library. So witch one are you wondering about?
Win32 API?
QT?
GT?
Wx***?
OpenGL?
DirectX?
or what?
Oh, bugger, how did I forget to mention that. DirectX 9 is my weapon of choice. :)