| 1 | <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|---|
| 5 | <meta name="Author" content="Adam C. Powell, IV"> |
|---|
| 6 | <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; I; Linux 2.2.18pre21 ppc) [Netscape]"> |
|---|
| 7 | <meta name="Description" content="Documentation home for Illuminator visualization software, Note @VERSION@ in the .tar.gz link!"> |
|---|
| 8 | <title>Illuminator Distributed Visualization Library</title> |
|---|
| 9 | </head> |
|---|
| 10 | <body text="#330000" bgcolor="#66FF99" link="#000099" vlink="#551A8B" alink="#FFFF00"> |
|---|
| 11 | |
|---|
| 12 | <center><h1><tt>Illuminator</tt> Distributed Visualization |
|---|
| 13 | Library</h1></center> |
|---|
| 14 | |
|---|
| 15 | <center><h3>by <a href="http://lyre.mit.edu/~powell/">Adam |
|---|
| 16 | Powell</a></h3></center> |
|---|
| 17 | |
|---|
| 18 | <center><h3>Version @VERSION@ released @RELEASE_DATE@, built for a |
|---|
| 19 | <tt>@build_vendor@ @build_cpu@</tt> running <tt>@build_os@</tt></h3></center> |
|---|
| 20 | |
|---|
| 21 | <hr WIDTH="100%"> |
|---|
| 22 | <table ALIGN=RIGHT BORDER NOSAVE > |
|---|
| 23 | <tr NOSAVE> |
|---|
| 24 | <td BGCOLOR="#FFCC33" NOSAVE>Documentation Formats:</td> |
|---|
| 25 | <td BGCOLOR="#FFCC33" NOSAVE>Source code reference:</td> |
|---|
| 26 | </tr> |
|---|
| 27 | |
|---|
| 28 | <tr BGCOLOR="#66FFFF" NOSAVE> |
|---|
| 29 | <td NOSAVE> |
|---|
| 30 | <!--UNCOMMENT IF HAVE_PLAIN_LATEX |
|---|
| 31 | <a href="@PACKAGE@.dvi">dvi</a> |
|---|
| 32 | UNCOMMENT IF HAVE_PLAIN_LATEX--> |
|---|
| 33 | <!--UNCOMMENT IF HAVE_PDFLATEX |
|---|
| 34 | <br><a href="@PACKAGE@.pdf">pdf</a> |
|---|
| 35 | UNCOMMENT IF HAVE_PDFLATEX--> |
|---|
| 36 | <!--UNCOMMENT IF HAVE_DVIPS |
|---|
| 37 | <br><a href="@PACKAGE@.ps.gz">gzipped PostScript</a> |
|---|
| 38 | <br><a href="@PACKAGE@.ps">PostScript</a> |
|---|
| 39 | UNCOMMENT IF HAVE_DVIPS--> |
|---|
| 40 | <!--UNCOMMENT IF HAVE_HEVEA |
|---|
| 41 | <br><a href="@PACKAGE@-tex.html">HTML</a> (<a href="http://pauillac.inria.fr/~maranget/hevea/">HeVeA</a>) |
|---|
| 42 | UNCOMMENT IF HAVE_HEVEA--> |
|---|
| 43 | <!--UNCOMMENT IF HAVE_LATEX2HTML |
|---|
| 44 | <br><a href="@PACKAGE@.html">HTML</a> (<a href="http://www.latex2html.org/">LaTeX2HTML</a>) |
|---|
| 45 | <br><a href="@PACKAGE@-html-@VERSION@.tar.gz">.tar.gz HTML directory</a> |
|---|
| 46 | UNCOMMENT IF HAVE_LATEX2HTML--> |
|---|
| 47 | </td> |
|---|
| 48 | <td> |
|---|
| 49 | <!-- Begin-Of-Source-Files --> |
|---|
| 50 | |
|---|
| 51 | <!-- End-Of-Source-Files --> |
|---|
| 52 | </td></tr> |
|---|
| 53 | |
|---|
| 54 | <tr NOSAVE> |
|---|
| 55 | <td BGCOLOR="#FFFF00" COLSPAN=2 NOSAVE>If you need a PostScript previewer, try |
|---|
| 56 | <a href="http://www.cs.wisc.edu/~ghost/">GSview</a></td> |
|---|
| 57 | </tr> |
|---|
| 58 | </table> |
|---|
| 59 | This is the documentation starting point for |
|---|
| 60 | <a href="http://lyre.mit.edu/~powell/illuminator.html">Illuminator</a>, a |
|---|
| 61 | distributed visualization library. It is based on |
|---|
| 62 | <a href="http://www-unix.mcs.anl.gov/petsc/petsc-2/">PETSc</a>, and the current |
|---|
| 63 | implementation uses <a href="http://geomview.org/">Geomview</a> to render |
|---|
| 64 | isoquant surfaces.<p> |
|---|
| 65 | |
|---|
| 66 | In addition to visualization, Illuminator 0.4+ includes distributed storage |
|---|
| 67 | functions, to permit rapid saving and loading of data to local hard drives on a |
|---|
| 68 | Beowulf cluster using various types of compression.<p> |
|---|
| 69 | |
|---|
| 70 | Copyright (C) 2001, 2002 Adam Powell; |
|---|
| 71 | Copyright (C) 2003 Adam Powell, Jorge Vieyra, Bo Zhou; |
|---|
| 72 | Copyright (C) 2004 Adam Powell, Ojonimi Ocholi, Jorge Vieyra, Bo Zhou.<p> |
|---|
| 73 | |
|---|
| 74 | The <tt>libluminate</tt> library is free software; you can redistribute it |
|---|
| 75 | and/or modify it under the terms of the GNU Lesser General Public License as |
|---|
| 76 | published by the Free Software Foundation; either version 2.1 of the License, |
|---|
| 77 | or (at your option) any later version.<p> |
|---|
| 78 | |
|---|
| 79 | Note that it uses some chunks of code from Ken Brakke's public domain Surface |
|---|
| 80 | Evolver, those chunks are attributed in the source code.<p> |
|---|
| 81 | |
|---|
| 82 | The other source code and documentation in this Illuminator package are free |
|---|
| 83 | software; you can distribute it and/or modify it under the terms of the GNU |
|---|
| 84 | General Public License as published by the Free Software Foundation; either |
|---|
| 85 | version 2 of the License, or (at your option) any later version.<p> |
|---|
| 86 | |
|---|
| 87 | This software is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 88 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|---|
| 89 | FOR A PARTICULAR PURPOSE. See the GNU (Lesser) General Public License for more |
|---|
| 90 | details.<p> |
|---|
| 91 | |
|---|
| 92 | You should have received a copy of the GNU (Lesser) General Public License |
|---|
| 93 | along with this library; if not, write to the Free Software Foundation, Inc., |
|---|
| 94 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<p> |
|---|
| 95 | |
|---|
| 96 | You may contact the corresponding author by email at |
|---|
| 97 | <tt><a href="mailto:hazelsct@mit.edu">hazelsct@mit.edu</a></tt>.<p> |
|---|
| 98 | |
|---|
| 99 | Share and enjoy! |
|---|
| 100 | |
|---|
| 101 | <address><a href="http://lyre.mit.edu/~powell/">Adam Powell</a></address> |
|---|
| 102 | </body> |
|---|
| 103 | </html> |
|---|