mamfox

mamfox 0.9.2 - FOX plug-in for MAM/VRS

mamfox version 0.9.2, Copyright © 2000 Dustin Graves <dgraves@computer.org>
mamfox comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the GNU LGPL for details.

MAM/VRS is no longer under development. It is now the VRS 3D project.

The FOX plug-in is also no longer under development. It is extremely outdated, but made available with the hope that someone may find it useful.

Here you will find a set of FOX GUI tool kit bindings to the MAM/VRS 3d-visualization and graphics library. FOX is a well designed platform independent C++ tool kit for Graphical User Interface development written by Jeroen van der Zijp and distributed under the terms of the GNU Lesser General Public License. MAM/VRS is an object oriented C++ 3D graphics library developed at the Department of Computer Science of the Westfälische Wilhelms-Universität Münster, also distributed under the GNU Lesser General Public License. The plug-in is, of course, also distributed under the terms of the GNU LGPL.

 

Download

Name Date Size
Source: mamfox-0.9.2.tar.gz 15 Sep 2000 96KB

 

Installation

1. Obtain and install FOX and MAM/VRS.

2. Download the mamfox.tar.gz source package and unpack in the MAM_HOME directory. The sources will automatically be placed in the "add-on" directory, along with any other MAM/VRS plug-ins you may have. If you do not already have an "add-on" directory one will be created. In this case you will need to create a file called GNUmakefile.in and place it in the "add-on" directory because it is not included with the mamfox.tar.gz archive. Try something like this:

SUB_DIRS = @ADD_ON@
ifndef MAM_HOME
MAM_HOME := $(shell cd ..; pwd)
endif
include $(MAM_HOME)/rules/subdirs.mk

3. From MAM_HOME do:

% sh rules/prepare.sh
% ./configure
% make

The FOX plugin should automatically be detected, configured, and built by the MAM/VRS configure scripts. For further information on configuring the FOX plug-in for MAM/VRS refer to the Installation file distributed with the sources.

Note: This software has been tested with and is known to work with SGI IRIX and GNU/Linux with accelerated 3D drivers from nVidia.

mamfox is Copyright © 2000 Dustin Graves <dgraves@computer.org>

This software uses the FOX Platform Independent GUI Toolkit Library. The FOX Library is Copyright © 1997,2000-2003 Jeroen van der Zijp and is available freely under the GNU Lesser General Public License at the following site:

http://www.fox-toolkit.org

Programming: