To: software-announce@MIT.EDU Cc: facdev@MIT.EDU, cfyi@MIT.EDU, manoli@MIT.EDU Subject: Geomview installed on Athena Date: Fri, 20 Feb 1998 18:20:22 EST From: Alex T Prengel I have installed a freely distributable 3d graphics image viewer called Geomview on Athena, for Sun, SGI and Linux/NetBSD platforms. Geomview comes from the Geometry Center at the University of Minnesota and comes with a number of add-on modules, including Wulffman and measure, which specialize in crystallography. To run it, do "add geomview" followed by "geomview" on an Athena Sun, SGI Indy, Linux or NetBSD machine. There is HTML documentation in /mit/geomview_v1.6.1/www and man pages below /mit/geomview_v1.6.1/man, plus various READMEs in /mit/geomview_v1.6.1/distrib/Geomview and /mit/geomview_v1.6.1/distrib/Geomview/doc. It can also interface to Maple (R3 but not R4) and Mathematica, and I have added some links and .m files to the relevant Maple and Mathematica lockers to allow this. For info on how to use these see files /mit/geomview_v1.6.1/distrib/share/maple/README.gvplot and /mit/geomview_v1.6.1/distrib/share/doc/OOGL.m.doc repectively. The following command sequences should get you started: Maple (R3 only- do "add maple_v5r3"): readlib(gvplot); fig := plot3d((1.3)^x*sin(y),x=-1..2*Pi,y=0..Pi,coords=spherical,style=patch); gvplot(fig); Mathematica: <