• Register
Forum Thread
  Posts  
c++ 3D engine help (Forums : Coding & Scripting : c++ 3D engine help) Locked
Thread Options
Sep 19 2014 Anchor

i need help finding a 3D engine for c++ i tried cryengine 3 but it feels like copy and pasting i want to use an engine with 3D parts like unity and an ide please help me

Sep 19 2014 Anchor

Not sure exactly what you plan to do, C++ is designed for cutting and pasting. One simply expands to it to enhance a given program.
As for the CryEngine, from their CryDev forums:
Crydev.net second post, it may help.

Having said that, Irrlicht.sourceforge.net Irrlicht is an Open Source Engine, all written in C++ , there you can program from the bottom up.

Oct 19 2014 Anchor

Best engine I know is Ogre.

You can always use libraries and not engines,
for example OpenGLPlus, C++ classes for OpenGL. (Make it easier to use it).

Edit from the future:
I've began to learn the Irrlicht engine and I should say it is capable of great stuff,
It's understandable and easy to use. (Even it's easy to link! [Oh the OpenGL horrors!]).

Edited by: iDeveloper

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.