Is there any 3D visualization library or toolkit for C? (No C++ please!)
Asked Answered
L

2

8

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

Linguist answered 7/9, 2011 at 12:48 Comment(2)
For what platform? Linux, Windows, Mobile?Readjustment
Linux, BSD, or any *nix. Free, opensource preferred.Linguist
D
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.

Derick answered 7/9, 2011 at 14:11 Comment(1)
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.Anglocatholic
D
-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!

Deep answered 15/12, 2011 at 1:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.