Fastest library for 3d graphics?

Aug 31, 2011 at 3:50pm
I'm looking for a graphics library that can have 3d models, but with the minimal amount of coding. Any ideas?
Aug 31, 2011 at 5:08pm
No responese. Guess it wasn't a good question, because it makes me seem like I don't WANT to code, but I just want to get a 3d model on the screen somewhere, then I'll work on using lot's of code to make it actually GOOD. Also, does C++ libraries have the ability to put .blend models on the screen? Cause, I have no money, so I only use free aoftware, cause I ain't no pirate
Aug 31, 2011 at 5:16pm
closed account (3hM2Nwbp)
I'd recommend Irrlicht - but keep in mind that 3D graphics takes a whole lot more knowledge than just C++. You'll have to mess with the models, textures, shaders, light sources, etc to get it to look right. (Pretty much, you have to be artistically talented as well.)

Good luck!
Aug 31, 2011 at 5:17pm
Give us more than an hour to respond. There isn't always someone on the forum 24/7.

I would look into the ORGE library. I've never used it myself, but I know it does a lot of abstraction to make 3D rendering easier.
Aug 31, 2011 at 5:26pm
You threw out some really vague concept of what you want, then waited just a tad over an hour during a slow hour of the day. You still haven't said what you actually want to accomplish. What are you coding, what are you trying to make good? Is it a game? Editing the model? Animation?
Last edited on Aug 31, 2011 at 5:27pm
Aug 31, 2011 at 5:45pm
Sorry. it's just that when I first got on this forum, people responded within minutes. Thats why I complain about the speed sometimes. Also, @Luc Lieber I'm not exactly "artistically talented" I can make a very, very (very), very, basic model...of a cube. Atleast in blender I can. And back @disch by ORGE, do you mean OGRE? Or is that something else? Also @ intrexa, mainly, I just want it so the user can SEE it, and eventually, that will lead up (In like years) to a 3d puzzle game I have an idea for.
Aug 31, 2011 at 7:08pm
Yes I meant Ogre. Silly typo.
Aug 31, 2011 at 7:42pm
I thought ogre was a graphics ENGINE though
Aug 31, 2011 at 8:45pm
Isn't that what you're looking for?

You said you wanted to give it models and have it draw them. AFAIK, Ogre does that.
Aug 31, 2011 at 8:48pm
closed account (3hM2Nwbp)
Pretty much any engine that you choose will have quite a bit of boilerplate coding. You'll have to set up a window, a camera, lighting, and a few other things just to be able to get a basic "hello 3d world" equivalent program to run. Luckily however, most engines have a copy & paste template for much of the boilerplate.
Aug 31, 2011 at 9:11pm
Okay. Thanks for all the help, and thanks for not getting super pissed at my lack of knowledge, because that's what internet people tend to do
Topic archived. No new replies allowed.