Matthew Kenworthy wrote:
> On Mon, Nov 16, 2009 at 11:58 AM, Chris Marshall <[email protected]> wrote:
>> If you have TriD installed with your PDL then you can use that to display 
>> the result rather than prints:
>>
>> use PDL;
>> use PDL::NiceSlice;
>> use PDL::Graphics::TriD;

I found the print output unsatisfying...

> I avoided using a plotting system because of all the agonies we're
> recently heard about installing PGPLOT/PLPLOT/TriD - I wanted
> something simple enough that you can see the result without a plotting
> package.

Actually, if you have TriD, it really is only the use line to
pull in the TriD and then the one line to display, the notwiddling3d()
just makes it run continuously.  If you leave it out then just hold
down the q in the window to advance to the next timestep.

> Actually, I've read about 3D Life, where you have 3D gliders through
> the space - if I put my mind to it, using TriD to display 3D life
> would be pretty cool......

That would be very cool.

--Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to