Can i make a 3d in pc with c++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Can i make a 3d in pc with c++?

30th Oct 2016, 6:56 AM
yuvraj
yuvraj - avatar
6 ответов
+ 1
do you mean a 3d game?
30th Oct 2016, 6:58 AM
Mohammed Zameeruddin
Mohammed Zameeruddin - avatar
+ 1
ya opengl will do it for 3d...
30th Oct 2016, 7:13 AM
Mohammed Zameeruddin
Mohammed Zameeruddin - avatar
0
lookup opengl. it should provide all your 3d needs in c++
30th Oct 2016, 7:11 AM
Dane Christenson
Dane Christenson - avatar
0
yeah
30th Oct 2016, 8:09 AM
yuvraj
yuvraj - avatar
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.
30th Oct 2016, 8:16 AM
Stefan
Stefan - avatar
0
You can script in FreeCAD using Python.
12th Feb 2017, 8:41 PM
Torbjørn
Torbjørn - avatar