+ 1
Can i make a 3d in pc with c++?
6 Answers
+ 1
do you mean a 3d game?
+ 1
ya opengl will do it for 3d...
0
lookup opengl. it should provide all your 3d needs in c++
0
yeah
0
You could use OSG (OpenSceneGraph) instead. It's also open source, compiles for multiple platforms and most importantly provides higher level graphics constructs than OpenGL. As OSG is built on top of OpenGL, you still have access to OpenGL, if you find yourself in the need to do some low level graphics operations.
In addition, OSG is object oriented (with only a small overhead) while OpenGL is not.
0
You can script in FreeCAD using Python.