flounder OVERVIEW ======== flounder is a program to diplay regularly spaced 4D data. It can display the data in 3D or 2D, taking slices in the principal directions. REQUIRED LIBRARIES ================== libfltk - http://www.fltk.org requires version >= 1.1 widget library for GUI libungif - http://prtr-13.ucsc.edu/~badger/software/libungif/ need version >= 4.1.0b1 produce gif files libGL - http://www.mesa3d.org OpenGL library for 3d drawing routines libz - compression library FOR FULL FUNCTIONALITY ====================== libavifile tested on version 0.7.16 produce AVI's grace with libgrace_np tableau plots REQUIRED COMPILER ================= C++ with the standard C++ library. This version requires gcc >= 3.2. It has only been compiled on Linux. THE BASIC INSTALLATION PROCESS ============================== 1) ./configure 2) gmake 3) su root 4) make install EXAMPLES ======== In the examples subdirectory, you will find a bunch of igb files, most of which are spiral waves from cardiac simulations. PROBLEMS ======== 1) Core dump when creating animated GIF If you are on Linux, try upgrading your version of libungif.