perreal has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I'm working on a wireless sensor network routing algorithm. I had some unexpected results and decided to visualize the problem by drawing the topology as a 3D plot. Used x,y as node coordinated and z as the congestion level at the node (well in fact what I have is a 2D plot and colors for z). Anyway, this way I can see how the algorithm reacts in the course of a long simulation. Currently I'm using Image::Magick to create an animated gif using lots of frames which are actually snapshots of the network. This takes more time than the simulation itself and for long runs, I run out of RAM.
My question is, do you know an efficient solution for my problem? I'm thinking about creating avi files or flash animations... I don't have time to try them all. Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Fast and light-weight animation solution
by Corion (Patriarch) on Jun 01, 2009 at 15:35 UTC | |
|
Re: Fast and light-weight animation solution
by zentara (Cardinal) on Jun 01, 2009 at 16:31 UTC | |
by etj (Priest) on May 31, 2022 at 23:26 UTC |