+ 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.
6 ответов
+ 3
For 3D you can use OpenGL, then DirectX
+ 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 :)
+ 1
Thank you! :)
0
I know how it is. I'm trying to make my own game engine in C++.
0
use unity 3D engine. or use the codeblocks IDE. you can find libraries in numerous forums.
0
And which one do you recommend?