August 2nd, 2000, 04:21 PM
-
August 2nd, 2000, 04:59 PM
-
Im guessing u need to get some open 3d renderer (freshmeat.net) and see if u can play with the code to make a console program that you can call from perl.
Could be alot of work if the interface hasnt been made independant of the rest of the program.
Anyone heard of a console 3d renderer?
August 4th, 2000, 03:27 AM
-
You want to get a hold of the GD.pm module -- you can find it on CPAN: http://theoryx5.uwinnipeg.ca/mod_per...t&catinfo=1802
(sorry 'bout the rather long URL)
That page'll give you links to the GD module, and the GDText module which will be useful for what you want to do. You'll need to have libgd installed on your box -- the docs with the module explain all that.
Good luck.
August 4th, 2000, 02:05 PM
-