Hello

Hi im just starting out in C++ i know a fair bit
and the reason i got into this is because i love games and i would love to design one for now i just want a simple one
i would love it if anyone could suggest any 3d or 2d graphics software
preferably free
and not to hard to use
i use Microsoft Visual C++ 2010 Express

Last edited on
closed account (zb0S216C)
DirectX, OpenGL, and SFML are free libraries for graphics. DirectX is more complicated but has audio, I/O and networking capabilities. OpenGL has faster drawing calls, but lacks the OOP design since it's written in C. OpenGL 4.0 was made to match DirectX 11. OpenGL is not in the form of an SDK, so downloading it will be a problem. The headers are pre-installed, you just need FreeGLUT.

So, it's up to you.

References:
DirectX: http://msdn.microsoft.com/en-us/directx/aa937788


Wazzak
Last edited on
Thank you
Topic archived. No new replies allowed.