Results 1 to 3 of 3

Thread: Looking for 3D graphics engine

  1. #1
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    387
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    101
    Thanked 15 Times in 15 Posts

    Default Looking for 3D graphics engine

    Hello!

    This question may be a bit off topic, but I'm hoping that there are people with the right skills reading this forum who can give me advice.

    I'm looking for some kind of a 3D graphics engine for the visualization of scientific physical simulation experiments. Unfortunately I don't even know what a 3D graphics engine precisely is. I'm currently using libQGLViewer, which is an awesome little tool that helps me calculate kinematics and provides a basic OpenGL setup, but I still have to write the OpenGL code myself. And since the requirements are accumulating, such as shadows, transparency and fast rendering, I would like to break free from having to study and implement all these concepts myself and use a more sophisticated graphics engine. I have seen things like Ogre 3D, Irrlicht, Horde 3D and OpenSG out there, but I'm not sure what they really offer and how to choose the right one for my needs. Can anyone please give me enlightening advice and point me to useful articles I can read about this topic?

    Thanks
    Cruz

  2. #2
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 106 Times in 103 Posts

    Default Re: Looking for 3D graphics engine

    I would start here, then narow it down to license/language etc you're interested and research more on each engine's website.

    Few years back I was using Ogre 3D ( for games not physical simulations ) and I found it not that hard to learn.

    If you have some money to spend on the license then It may be worth looking at Unity 3D or something similar.

  3. The following user says thank you to Spitfire for this useful post:

    Cruz (7th April 2012)

  4. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,348
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: Looking for 3D graphics engine

    You should also look into Kitware's Visualization Toolkit (VTK). Written for the US Sandia National Laboratory, and although the Creative Commons license does not permit derivatives of the work, it can be freely used in any type of project. It is complex and comprehensive enough that you probably wouldn't want to modify it anyway.

    There are bindings and interfaces to Qt, Python, and a number of other languages. The learning curve is sort of steep, though. The API is at least as extensive as Qt in the number of objects and methods. Like Qt, it has a parent-child ownership hierarchy among objects, but unlike Qt, it uses a reference-counted "object factory" model to create and destroy instances.
    Last edited by d_stranz; 7th April 2012 at 18:02.

Similar Threads

  1. Video Graphics on Qt or to use Game Engine
    By zzz9 in forum General Discussion
    Replies: 3
    Last Post: 27th September 2011, 22:58
  2. XSL-FO to PDF engine
    By thefatladysingsopera in forum Qt Programming
    Replies: 2
    Last Post: 6th May 2011, 21:10
  3. Paint Engine
    By ^NyAw^ in forum Qt Programming
    Replies: 9
    Last Post: 22nd January 2010, 01:44
  4. Can you specify a file engine?
    By skimber in forum Qt Programming
    Replies: 2
    Last Post: 18th September 2008, 16:54
  5. Form Engine?
    By WinchellChung in forum Newbie
    Replies: 1
    Last Post: 10th January 2008, 15:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.