8

Basically I'm interested in knowing if there exists any openGL 3D visualization toolkit for C for scientific uses?

wkl
  • 77,184
  • 16
  • 165
  • 176
chutsu
  • 13,612
  • 19
  • 65
  • 86

2 Answers2

1

I don't know about any straight forward libraries, but Vis5D+ ist written in C, iirc. Maybe you can incorporate that into your project.

Edit: Oh, and of course IBM's DX is also there, but also not a library.

Arne
  • 2,624
  • 3
  • 24
  • 45
  • Just want to point out, in case anyone ever tries this again, that the IMB DX link above does nothing, and the last release of Vis5D+ was in 2001. – levitopher Dec 01 '17 at 03:06
-1

Well, currently I'm using Matlab in combination with C by using the MEX interface. It allows me to write performant code in C (where Matlab code only is often too slow for real scientific computing) and visualize it with Matlab.

Check it out!

user1098973
  • 334
  • 2
  • 9