Description: | A L-System fractal generator | Install: | lsystem.lha | Size: | 157kb 5 | Date: | 03 Sep 08 | Author: | Jari Komppa, AmigaOS 4.1 compile by Spot / Up Rough | Submitter: | Spot / Up Rough | Email: | spot/triad se | Homepage: | http://iki.fi/sol | Requirements: | MiniGL 2.0 beta (Included in AmigaOS 4.1) | Category: | graphics/misc | License: | Other | Distribute: | yes | Min OS Version: | 4.0 |
///////////////////////////////////////////////
//
// A L-System fractal generator
// Copyright (c) 2005 Jari Komppa
// http://iki.fi/sol
//
///////////////////////////////////////////////
// License
///////////////////////////////////////////////
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it
// freely, subject to the following restrictions:
//
// 1. The origin of this software must not be misrepresented; you must not
// claim that you wrote the original software. If you use this software
// in a product, an acknowledgment in the product documentation would be
// appreciated but is not required.
// 2. Altered source versions must be plainly marked as such, and must not
be
// misrepresented as being the original software.
// 3. This notice may not be removed or altered from any source
distribution.
//
// (eg. same as ZLIB license)
//
//
///////////////////////////////////////////////
Uses SDL. SDL is licensed under LGPL; you can get it from http://www.libsdl.org
The plant .l files are copyright 2005 Sara Kapli, http://iki.fi/ase
This L-System fractal generator is almost exactly the same that was used in my
Assembly2005 4th ranking demo, 'The Line Age'. (The demo is also available from
my home site at http://iki.fi/sol)
The viewer is used by either dragging an .l file on top of the executable, or
from
command line by giving the .l file as a parameter.
While running, you can press space to force the viewer to re-load the same file.
This way you can modify the l-system definitions without restarting the
application
(unless you manage to crash the viewer, of course).
Originally coded on my apple powerbook! =)
If you find any use for this toy, toss me a mail, will you?
Cheers,
Jari 'Sol' Komppa
| |