Menu

Tree [6032ab] master /
 History

HTTPS access


File Date Author Commit
 assets 2016-09-23 David Llewellyn-Jones David Llewellyn-Jones [6032ab] Shader discards transparent pixels
 config 2015-05-10 David Llewellyn-Jones David Llewellyn-Jones [edf46c] Added config scripts.
 debian 2015-08-06 David Llewellyn-Jones David Llewellyn-Jones [864cc2] Moved to version 0.37. Audio frequency animatio...
 examples 2015-05-12 David Llewellyn-Jones David Llewellyn-Jones [306498] Added configure build files.
 linux 2014-08-20 David Llewellyn-Jones David Llewellyn-Jones [547b86] Updated deb packaging files for the 0.3.0 release.
 resources 2015-05-12 David Llewellyn-Jones David Llewellyn-Jones [306498] Added configure build files.
 src 2016-09-23 David Llewellyn-Jones David Llewellyn-Jones [6032ab] Shader discards transparent pixels
 windows 2015-05-18 David Llewellyn-Jones David Llewellyn-Jones [725a56] Updated Windows WiX installer build to include ...
 working 2014-09-30 David Llewellyn-Jones David Llewellyn-Jones [82b437] Added checks for invalid normals when exporting...
 AUTHORS 2012-05-27 David Llewellyn-Jones David Llewellyn-Jones [3bf7b6] Updated Functy version number to 0.23 for Raspb...
 COPYING 2015-08-05 David Llewellyn-Jones David Llewellyn-Jones [09b3fe] Bumped version number to 0.36. Updated dpkg con...
 INSTALL 2014-08-20 David Llewellyn-Jones David Llewellyn-Jones [547b86] Updated deb packaging files for the 0.3.0 release.
 Makefile.am 2015-05-09 David Llewellyn-Jones David Llewellyn-Jones [dcff33] Added config scripts to EXTRA_DIST
 Makefile.in 2015-05-12 David Llewellyn-Jones David Llewellyn-Jones [8253c0] Removed repeated check for OpenVDB in configure
 NEWS 2015-08-06 David Llewellyn-Jones David Llewellyn-Jones [864cc2] Moved to version 0.37. Audio frequency animatio...
 README 2013-06-30 David Llewellyn-Jones David Llewellyn-Jones [ffd10e] Updated Functy README with improved install ins...
 aclocal.m4 2015-05-12 David Llewellyn-Jones David Llewellyn-Jones [306498] Added configure build files.
 config.h.in 2015-05-13 David Llewellyn-Jones David Llewellyn-Jones [94dc43] Added boost dependency and forced header checks...
 configure 2015-08-06 David Llewellyn-Jones David Llewellyn-Jones [864cc2] Moved to version 0.37. Audio frequency animatio...
 configure.ac 2015-08-06 David Llewellyn-Jones David Llewellyn-Jones [864cc2] Moved to version 0.37. Audio frequency animatio...

Read Me

Functy ReadMe
=============

Functy is a 3D graph drawing package. The emphasis for the application is to allow Cartesian and spherical functions to be plotted and altered quickly and easily.


Install
=======

Note that to build Functy you must first install libsymbolic. This should be available from the same place you obtained Functy. Once you've installed libsymbolic, continue with the instructions below.

You'll need the autoconf tools in order to build Functy. They should be available in your distributions repository (e.g. in Ubuntu 13.04 they're available as the "autoconf" package). Once you have these, you should then execute the following command inside the Functy folder before continuing.

autoreconf --install

This will install the correct autotools files inside the folder. You can then continue to build and install Functy using the following 3 commands:

./configure
make
sudo make install

Once built, you can execute Functy with the command

functy


License
=======

Read COPYING for information on the license. Functy is released under the MIT License.


Contact and Links
=================

More information can be found at: http://functy.sourceforge.net/
The source code can be obtained via svn from: https://functy.svn.sourceforge.net/svnroot/functy

I can be contacted via one of the following.

 * My website: http://www.flypig.co.uk
 * Email: at david@flypig.co.uk

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.