Hugo Serrat
Hugo Serrat

Reputation: 169

generating a 3d graphics c++

I have found an interesting application on the net and i am using it for my end year study project. http://www.cl.cam.ac.uk/~sjeh3/wii/ the video in the link explains my goal. But i am having issue using it. the example of rendering the trajectory on a 3d axis is using Corba (omniorb) and i believe open inventor. but there isn't any idl file. and i don't know if it's possible to use it. My question is : Is it possible to render a 3d real time graphics using a lib in c++ making it easy and fast to implement? i tried using matlab engine or matlab simulation with tcpip communication but i am having issues with these technics so i am searching for another way. Does anybody have an idea ? sincerely, Hugo

Upvotes: 1

Views: 433

Answers (2)

datageist
datageist

Reputation: 997

You might also look at SDL (which uses OpenGL).

Edit (re: comments) For the plotting aspect, you could look at VTK and/or MayaVI (which puts a Python scripting wrapper around VTK).

Upvotes: 0

moonshadow
moonshadow

Reputation: 89185

Take a look at OpenGL.

Upvotes: 2

Related Questions