summaryrefslogtreecommitdiffstats
Unidiff
-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.
15 15
16 r: Reset the display (unzoom).16 r: Reset the display (unzoom).
17 17
18 l: Toggle display of the legend (on by default).
19
20 Mouse-wheel: scroll to zoom in or out by 10% of the window size with18 Mouse-wheel: scroll to zoom in or out by 10% of the window size with
21 the focus at the center of the window.19 the focus at the center of the window.
2220
21Visible Geometry:
22
23 l: Toggle display of the legend (on by default).
24
25 d: Toggle display of the datarose (off by default).
26
23An attempt was made to use the glutPassiveMotionFunc to show the27An attempt was made to use the glutPassiveMotionFunc to show the
24information for the data under the mouse pointer. This proved to be28information for the data under the mouse pointer. This proved to be
25too slow so the use of this technique was discarded. The basic29too 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
27mouse. Alternatively a keyboard command might be added to provide the31mouse. Alternatively a keyboard command might be added to provide the
28information upon a keypress.32information upon a keypress.
2933
30===34See configure.ac for a list of build dependencies.
31DB235
32===36=====================================
37Example: Building on a Debian system.
38=====================================
39
40The following Debian packages are used for the build process.
3341
34 export LDFLAGS="-L/home/db2inst1/sqllib/lib"42libtool
35 export CFLAGS="-I/home/db2inst1/sqllib/include"
3643
37======================44To setup the build tools run:
38CLUSTER.CIS.DREXEL.EDU
39======================
4045
41This project will not build on cluster as the OpenGL support libraries46$ libtoolize
42there do not include support for buffer objects.47$ autoreconf

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.