- Funiter:
Latest version: 2.3.3
Please note that this version of Funiter requires Allegro 4.2.0 or higher.
You can get Allegro at:
http://alleg.sourceforge.net/
http://alleg.sourceforge.net/wip.html
Optional: JPGAlleg 2.5 (http://www.ecplusplus.com/index.php?page=projects&pid=1)
AGUP (agup.sourceforge.net) and Adime (adime.sourceforge.net) are for future use (new menustyle).
- General information regarding Funiter:
Funiter is Copyright (C) 1995-2006 by Stijn Wolters. Original idea: Ernic Kamerich (University of Nijmegen).
You may distribute it under the GNU General Public Lincense, see COPYING for more information.
Funiter (short for FUNction ITERation) is an application developed for educational purposes as a laboratory, generating graphs of several types for iteration of real and complex functions, with comfortable switching between related types of graphs. Originaly developed in the context of courses at the University of Nijmegen (Netherlands) for highschool students with a special interest in beta-studies.
- Getting help / reporting bugs / whatever :-)
You can contact me at stijnw@funiter.org or subscribe to the Funiter mailinglist (an empty message to: Funiter-subscribe@yahoogroups.com should be sufficient; you will then receive a standard message to which you must reply to active the subscription).
Another way to contact me is IRC. Most of the time on EFNet / IRCNet
under the nickname 'Solak'.
You can also connect to irc.openprojects.net where you'll find me on
the channels #funiter, #allegro and #c under the same nickname (Solak).
The webpage where you can find Funiter is:
http://www.funiter.org/ or http://www.funiter.nu/
Please remember that the opensource version is still "work in progress", more routines will be added as soon as I cleaned them up a bit.
- Compiling Funiter:
To build Funiter on Linux or MacOS X, type:
make UNIX_PLATFORM=1
For DOS or Windows type:
make
after that you can type:
./funiter
to run funiter.
To build with the optional libraries, first add clean to the make line, then build again by adding:
BUILD_WITH_JPGALLEG=1
With commandline option '-l' you can select a language file, i.e. ./funiter -ldutch.mnu
Use -s for graphic-mode selection (Use this option with care!)
