What Runs Where on Athena: Graphics
On this page:
Graphics (Drawing)
Graphics (CAD)
Graphics (Video)
Title and Description: bitmap TO RUN: athena% bitmap file.xbm & |
Title and Description: convert (ImageMagick)
TO RUN: athena% convert options infile outfile selected additional utilities: animate displays a sequence of images on a workstation running X composite composites images together conjure interprets and executes scripts in the Magick Scripting Language display displays an image on a workstation running X identify describes the format and characteristics of one or more image files import capture some or all of an X server screen and save the image to a file mogrify transforms an image or a sequence of images montage creates a composite image by combining several images There is local documentation See also: DjVu Libre utilities, eog, FWTools, LyX, NetPBM Utilities, xv, xwd |
Title and Description: dia TO RUN: athena% dia & Author Web site, with documentation See also: eagle, Electric VLSI, inkscape, ipe, Magic, tgif, Xara LX, xcircuit, xfig, xpaint |
Title and Description: DjVu Libre utilities TO RUN: athena% command options files Commands include: Encoding tools: bzz, c44, cjb2, cpaldjvu, csepdjvu Decoding tools: ddjvu, djvups Manipulation tools: djvm, djvmcvt, djvudump, djvuextract, djvumake, djvused, djvuserve, djvutxt Author Web site See also: convert (ImageMagick), eog, FWTools, NetPBM Utilities, xv |
Title and Description: eagle TO RUN: athena% add eaglecad athena% eagle & Vendor Web site There is a tutorial and manual See also: dia, Electric VLSI, gEDA, gerbv, Magic, ngspice, xcircuit Note: the version installed on Athena is a limited free version; more information is here |
Title and Description: eog
TO RUN: athena% eog file & See also: convert (ImageMagick), DjVu Libre utilities, FWTools, xv |
Title and Description: FreeWRL TO RUN: athena% add freewrl athena% freewrl options file.wrl (to view a file) athena% freewrl options http://web.mit.edu/sample/file.wrl (to view a URL) Author Web site with documentation There are 2 different, incompatible VRML types- VRML1, or Open Inventor format, viewable on Athena by ivview, and VRML2/VRML97, viewable by freewrl. In order to allow the viewers to be configured for both of these in the same Web bowser, VRML files must have distinct mime types and extensions. For this reason, you should give your VRML1 files a .iv extension, even if you have been using .vrml or .wrl extensions previously. You don't need to change the header line in your VRML files however- if it's similar to #VRML V1.0 ascii you can leave it that way. Conversely, your VRML2 files should have a .wrl or .vrml extension, and a header line similar to #VRML V2.0 utf8 See also: ac3d, geomview, ivview, orbisnap, pymol, rasmol Note: a FreeWRL browser plugin is available, but it only works on Linux machines as of this writing. To use it, type: setenv MOZ_PLUGIN_PATH /afs/athena.mit.edu/software/freewrl/current/lib/mozilla/plugins at the Athena prompt. To configure as a browser helper application, use: MIME Type: x-world/x-vrml Description: VRML2/97 viewer Extension: wrl Open with: /afs/athena.mit.edu/software/freewrl/current/bin/freewrl |
Title and Description: FWTools (openev) TO RUN: athena% add fwtools athena% openev [-h] file (to view file in openev) athena% program infile outfile (to use program to convert infile to outfile) There is local openev documentation and an FWTools Web page; man pages for many of the utilities (look in /mit/fwtools/man/man1 directory for their names) See also: convert (ImageMagick), DjVu Libre utilities, eog, xv Note: use of the -h switch (enable hardware OpenGL) may be necessary to work around a bug that can cause a crash on launch |
Title and Description: geomview TO RUN: athena% geomview & External modules: select one from the External Modules pick list in the main window Author Web site and local documentation (file /usr/share/doc/geomview/html/index.html#Top on debathena machines) See also: ac3d, FreeWRL, ivview, K3DSurf, OpenDX, ParaView, pymol, rasmol, Visualization Toolkit Note: this application is no longer installed. You can install it from the geomview Ubuntu package using aptitude or synaptic |
Title and Description: gerbv TO RUN: athena% gerbv [files.grb] & Author Web site See also: eagle, electric VLSI, Magic |
Title and Description: gimp TO RUN: athena% gimp & |
Title and Description: GLE TO RUN: athena% add gle athena% gle -d format file.gle (to run command-line version, where format is one of svg, eps, ps, png, jpg, pdf) athena% qgle & (to run Qt GUI version) Author Web site, local documentation is here See also: gnuplot, Open Office Drawing, tgif, xcircuit, xfig, xpaint |
Title and Description: GLUT/GLUI TO RUN: compile with include files below /usr/include/GL, and link against library /usr/lib/libglut.a or /usr/lib/libglut.so (or /usr/lib/libglui.a or /usr/lib/libglui.so for GLUI) There is also a GLUI manual See also: OpenGL |
Title and Description: GNU plot utilities (graph) TO RUN: athena% graph options datafile See man pages for further information |
Title and Description: inkscape TO RUN: athena% inkscape & athena% inkview files.svg & (to view a "slide show" in svg format) See also: dia, ipe, Magicpoint, Open Office Drawing, Scribus, tgif, Xara LX, xcircuit |
Title and Description: ipe TO RUN: athena% ipe & athena% pdftoipe file.pdf (to convert a pdf file to ipe xml format) There is an ipe Web page and online manual See also: dia, inkscape, latex, Scribus, tgif, Xara LX, xcircuit |
Title and Description: ivview TO RUN: athena% ivview file.iv See also: ac3d, FreeWRL, geomview, Open Inventor, orbisnap |
Title and Description: Magicpoint TO RUN: athena% add magicpoint athena% mgp file.mgp There is mgp documentation, mgp2ps documentation See also: inkscape, Open Office Presentation Graphics, Xara LX |
Title and Description: NetPBM Utilities TO RUN: athena% command file (there are too many commands to list individually) A list of commands along with man pages is here, and some explanatory information is here. Commands are frequently chained together through a series of pipes See also: convert (ImageMagick), DjVu Libre utilities, raster, rayshade, xv |
Title and Description: Open Inventor, OpenGL To run Open Inventor viewer: athena% ivview file.iv (to view an image in iv scene description format- also know as VRML1) athena% SceneViewer -e file.env file.iv (to view a scene with env environment files) To link against OpenGL libraries: Compile with include files below /usr/include/GL, and link against library /usr/lib/libGL.so (and possibly also additional libraries in same directory) See also books: "The Inventor Mentor", "OpenGL Programming Guide" and "OpenGL Reference Manual" See also: ac3d, GLUT, ivview, K3DSurf, OpenDX, ParaView, Visualization Toolkit Note: the ivlib locker contains information and examples of Open Inventor and OpenGL files. A local Web page exists; the information is old but may be useful |
Title and Description: Open Office Drawing TO RUN: athena% add -f ooffice (to access new 3.1.1 release; not necessary to access default version) athena% ooffice [-ver 3.1.1] & (-ver switch for new 3.1.1 release) For documentation look here See also: inkscape, tgif, Xara LX Note: In the future, the only version available will be the default one installed in the debathena release |
Title and Description: Open Office Presentation Graphics TO RUN: athena% add -f ooffice (to access new 3.1.1 release; not necessary to access default version) athena% ooffice [-ver 3.1.1] & (-ver switch for new 3.1.1 release) For documentation look here See also: Magicpoint Note: In the future, the only version available will be the default one installed in the debathena release |
Title and Description: orbisnap TO RUN: athena% add orbisnap athena% orbisnap file.wrl (to view a file) athena% orbisnap http://web.mit.edu/sample/file.wrl (to view a URL) Vendor Web site There are 2 different, incompatible VRML types- VRML1, or Open Inventor format, viewable on Athena by ivview, and VRML2/VRML97, viewable by orbisnap or other VRML2 viewers. In order to allow the viewers to be configured for both of these in the same Web bowser, VRML files must have distinct mime types and extensions. For this reason, you should give your VRML1 files a .iv extension, even if you have been using .vrml or .wrl extensions previously. You don't need to change the header line in your VRML files however- if it's similar to #VRML V1.0 ascii you can leave it that way. Conversely, your VRML2 files should have a .wrl or .vrml extension, and a header line similar to #VRML V2.0 utf8 |
Title and Description: POV-Ray TO RUN: athena% povray +I file.pov options See the POV-Ray Web page, documentation site and tutorial site See also: ac3d, blender, K3DSurf, molden, platon, rayshade, xv |
Title and Description: pstoedit TO RUN: athena% pstoedit -f format infile.ps outfile |
Title and Description: rayshade TO RUN: athena% add rayshade_v4.0 athena% cat file.ray | rayshade > file.rle There is an online manual in dvi format- see file /mit/rayshade/distrib/Doc/guide.dvi. See also the Rayshade Web page |
Title and Description: Scribus TO RUN: athena% scribus & There is a home page, wiki, review article and documentation site See also: Acrobat, FrameMaker, gimp, inkscape, ipe, latex, Xara LX Note: this application is no longer installed. You can install it from the scribus Ubuntu package using aptitude or synapti |
Title and Description: tgif TO RUN: athena% tgif file & There is information on the Web See also: dia, gimp, GLE, GNU plot utilities, Grace, inkscape, ipe, Open Office Drawing, pstoedit, Xara LX, xcircuit, xfig, xpaint |
Title and Description: Xara LX TO RUN: athena% add xaralx (to use the locker version on debathena- see Note: below) athena% xaralx & There is an author site and local documentation See also: dia, inkscape, ipe, Magicpoint, Open Office Drawing, Scribus, tgif, xcircuit Note: On debathena machines, if you use the Ubuntu package version (/usr/bin/xaralx), it won't run if your home directory is in AFS due to a design feature that is incompatible with AFS. You can work around this by running the version installed in the xaralx locker which has a workaround to avoid the problem this application is no longer installed locally. You can install it from the xaralx Ubuntu package using aptitude or synaptic |
Title and Description: xcircuit TO RUN: athena% xcircuit & There is an Author Web site with a reference manual, tutorial and other information See also: dia, GLE, eagle, Electric VLSI, inkscape, ipe, Magic, tgif, Xara LX, xfig, xpaint |
Title and description: xdpr To run: athena% xdpr then after the cursor shape changes to a cross-hair, move it into the window you want to print and click any mouse button |
Title and Description: xfig TO RUN: athena% xfig & |
Title and Description: xpaint TO RUN: athena% xpaint & |
Title and Description: xv TO RUN: athena% add graphics athena% xv file & there is an online manual; xv can be used to grab screenshots; right click on splash screen, then click on grab button for options See also: convert (ImageMagick), DjVu Libre utilities, eog, FWTools, gimp, NetPBM Utilities, rayshade, xdpr, xwd |
Title and Description: xwd, xwud TO RUN: athena% xwd -out tofile then after the cursor shape changes to a cross-hair, move it into the window you want to dump and click any mouse button athena% xwud -in fromfile See also: convert (ImageMagick), xdpr, xv |
Title and Description: ac3d TO RUN: athena% add ac3d athena% ac3d & (for version linked dynamically to libGL.so) athena% ac3ds & (for version linked statically to Mesa) There is an author Web page and local online documentation See also: blender, FreeWRL, geomview, ivview, K3DSurf, Maya, OpenDX, Open Inventor, ParaView, POV-Ray, Pro-Engineer, Visualization Toolkit |
Title and Description: blender TO RUN: athena% blender athena% blenderplayer [options] file.blend (to play a blender animation file file.blend) There is an author Web page and tutorial page See also: ac3d, Maya, OpenDX, ParaView, POV-Ray, Visualization Toolkit |
Title and Description: Maya Licenses: we have 10 floating licenses TO RUN: athena% add maya athena% maya There is a vendor site, local online documentation and local 6.0.1 release notes See also: ac3d, blender, Pro-Engineer, ParaView, Visualization Toolkit Note: Maya is on Athena by courtesy of a license funded by the Architecture Department, and is running off a license server maintained by them. It is available "as is", with no end-user support. We cannot guarantee uninterrupted operation, nor that Maya will remain available on Athena if they decide to discontinue the license. Questions about this can be addressed to the 3partysw@mit.edu mailing list |
Title and Description: Pro-Engineer Licenses: we have 450 floating licenses TO RUN: athena% add ptc athena% proe Please see /mit/ptc_vwfire3/README.athena for additional information; new Wildfire 3 features are here MechE distributes Windows Wildfire for on-campus teaching use See also: ac3d, adina, Maya, QCad Note: To run Pro-Engineer on debathena machines, you need to turn effects off (System -> Preferences -> Appearance -> Visual Effects) |
Title and Description: QCad TO RUN: athena% qcad & There is html and pdf help and a tutorial; main vendor site See also: Pro-Engineer Note: this application is no longer installed. You can install it from the qcad Ubuntu package using aptitude or synaptic |


