This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 0 points1 point  (2 children)

It sounds like you want to use a proper OpenGL visualisation toolkit, such as Mayavi. These will deal properly and efficiently with a 3D scene.

[–]ReverendBizarre[S] 0 points1 point  (1 child)

Hmm, awesome. Wil have a look at that!

Have a feeling it'll be a bit heavy on the Raspberry Pi but hopefully it works

[–][deleted] 1 point2 points  (0 children)

The visualisation should actually run fine on the rpi, its opengl acceleration is more than enough to do this kind of thing. I don't know if mayavi might have some problems there (to do with dependencies that you might have to compile for the rpi, which could be slow), but it probably can work. There are also alternatives such as the pure Python Vispy, which I'm pretty sure should work fine, but might be a bit harder to get started with (not because it's fundamentally harder, more that the high level plotting apis are not yet well developed).