Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Fast and light-weight animation solution

by etj (Deacon)
on May 31, 2022 at 23:26 UTC ( [id://11144336]=note: print w/replies, xml ) Need Help??


in reply to Re: Fast and light-weight animation solution
in thread Fast and light-weight animation solution

I think the ideal way to visualise a lot of x/y/z points would be points3d:
use PDL; use PDL::Graphics::TriD; # load your data maybe as 3 same-length vectors, one each for x,y,z points3d([$x,$y,$z]);
In perldl, try demo 3d to see more. (In current PDL you need both OpenGL and OpenGL::GLUT installed to get the OpenGL TriD stuff working; it is planned to bring this back to only needing OpenGL again)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11144336]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found