Hacker News new | ask | show | jobs
by BrandonSmithJ 3274 days ago
Fairly certain it's done using mayavi - http://docs.enthought.com/mayavi/mayavi/index.html
1 comments

This looks something I've been looking for. Are there some products (commercial sw, or libraries) in this space?
I'm unsure about the commercial licensing aspect of it if that's what you're asking, but mayavi has both a GUI interface as well as a scripting interface depending on how you want to use it. In my experience it's essentially the library to use for 3D plotting when matplotlib isn't cutting it.

(I just checked wikipedia and it seems it's released under BSD license. Unsure if other products available which are built on top of it)