Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3D Visualization Realtime in C++ [closed]

Do you known any 3D visualization library in C++ that can update plots realtime?

I am not searching for something spectacular, just a replacement for MATLAB plot3 function. My main problem is that i need to make plots at a high FPS (at least 8).

like image 484
user1811603 Avatar asked Nov 09 '12 08:11

user1811603


1 Answers

Take a look to gnuplot++.

"gnuplot++ is a Gnuplot API through c++ developed by Jun Asanuma. It utilizes many features of standards C++, such as class templates, STL and iterators."

like image 95
888 Avatar answered Oct 05 '22 19:10

888