Description: blender plugin for generating Lyapunov fat fractals.
Description: (source written/compiled by sylvio sell, dec 2004 )
Author: Sylvio Sell
Email:  semmi@maitag.de
Website:  http://www.maitag.de

Compiling
-----------
linux: simple bmake lyapunov.c

windows(with lcc-compiler):

lcc -o -Ic:\blender\plugins\include lyapunov.c
lcclnk -dll -nounderscores lyapunov.obj c:\blender\plugins\include\tex.def

(if an error try to remove last line with "hnoise" in include\tex.def)
