summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--.gitignore10
-rw-r--r--README29
-rw-r--r--configure.ac28
-rw-r--r--src/Makefile.am19
-rw-r--r--src/controller/callbacks/keyboard.c8
-rw-r--r--src/model/state/state.h5
-rw-r--r--src/plugin/README_plugin.txt5
-rw-r--r--src/plugin/install.rdf2
-rwxr-xr-xsrc/plugin/make_xpi.sh18
-rw-r--r--src/plugin/plugin.c40
-rw-r--r--src/plugin/plugin.h2
-rw-r--r--src/plugin/test.html6
-rw-r--r--src/view/geometry.c6
-rw-r--r--src/view/init.c1
-rw-r--r--test/ParaView/explore.pvsm4896
-rw-r--r--test/ParaView/proteins_by_year.csv106810
-rw-r--r--test/ParaView/proteins_by_year.sql19
-rw-r--r--test/explore-time.mw358
18 files changed, 112222 insertions, 40 deletions
diff --git a/README b/README
index b03724f..f259797 100644
--- a/README
+++ b/README
@@ -15,11 +15,15 @@ used to highlight the selection.
r: Reset the display (unzoom).
- l: Toggle display of the legend (on by default).
-
Mouse-wheel: scroll to zoom in or out by 10% of the window size with
the focus at the center of the window.
+Visible Geometry:
+
+ l: Toggle display of the legend (on by default).
+
+ d: Toggle display of the datarose (off by default).
+
An attempt was made to use the glutPassiveMotionFunc to show the
information for the data under the mouse pointer. This proved to be
too slow so the use of this technique was discarded. The basic
@@ -27,16 +31,17 @@ selection mechanisms can be used to identify the points under the
mouse. Alternatively a keyboard command might be added to provide the
information upon a keypress.
-===
-DB2
-===
+See configure.ac for a list of build dependencies.
+
+=====================================
+Example: Building on a Debian system.
+=====================================
+
+The following Debian packages are used for the build process.
- export LDFLAGS="-L/home/db2inst1/sqllib/lib"
- export CFLAGS="-I/home/db2inst1/sqllib/include"
+libtool
-======================
-CLUSTER.CIS.DREXEL.EDU
-======================
+To setup the build tools run:
-This project will not build on cluster as the OpenGL support libraries
-there do not include support for buffer objects.
+$ libtoolize
+$ autoreconf

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.