OS4 DepotLogo by Alessandro Bacchia 
(anonymous IP: 18.119.160.154,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Graphics » Misc » lsystem.lha

Lsystem

Description: A L-System fractal generator
Download: lsystem.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 157kb
Date: 03 Sep 2008
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
FileID: 3990
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 199  (Current version)
199  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
///////////////////////////////////////////////
//
// 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


Copyright © 2004-2024 by Björn Hagström All Rights Reserved