+ 1

What's the best C++ library for graphics?

I'm looking for a good C++ library for making a 3d game. It doesn't matter if it's low level (like sdl) or higher. Also, it would be nice if it had physics capabilities.

19th Feb 2017, 11:22 AM
Sebastian Grigor
Sebastian Grigor - avatar
6 odpowiedzi
+ 3
For 3D you can use OpenGL, then DirectX
19th Feb 2017, 11:46 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 2
Since you are probably new in Game Dev I recommend OpenGL. It's hard but learnable. When you master OpenGL, you should take a look at DirectX because it performs lot of calculations on GPU :)
19th Feb 2017, 11:49 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 1
Thank you! :)
19th Feb 2017, 11:52 AM
Sebastian Grigor
Sebastian Grigor - avatar
0
I know how it is. I'm trying to make my own game engine in C++.
19th Feb 2017, 11:30 AM
Sebastian Grigor
Sebastian Grigor - avatar
0
use unity 3D engine. or use the codeblocks IDE. you can find libraries in numerous forums.
19th Feb 2017, 11:39 AM
Sandip
0
And which one do you recommend?
19th Feb 2017, 11:47 AM
Sebastian Grigor
Sebastian Grigor - avatar