I have a 2d Numpy array containing data of 3D points (the 2nd array is x, y, and the content is Z)
I need a way to display data on gui wxPython, I searched and managed to get it to work using Mayavi, it works fine, paints data, can rotate.
but each is required to compile, and it will require users of the application to use mayavi.
it seems to me that mayavi is a bit overrated for the mission.
so the question is: is there a solution that will 1. not take ~ 3 minutes to compile 2. It is easy to allow support to other developers / users.
thanks!
here is the im code using with Mayavi http://bpaste.net/show/25230/
source share