Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Design / Graphics  |  Other Design / Graphics  |  Evolvotron

Evolvotron

Evolvotron - 0.4

interactive 'generative art' software

All Time: Not rated (0.0)
This Version: Not rated (0.0)
Current Version: 0.4
Release Date: 2005-07-16
License: Freeware
Downloads (this version): 1,512
Downloads (all versions): 3,258

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

Evolvotron is interactive "generative art" software to evolve images/textures/patterns through an iterative process of random mutation and user-selection driven evolution. Generated pictures can be saved at different resolutions and used as desktop picture, etc. (you name it). If you like lava-lamps, and still think the Mandelbrot set is cool, this could be the software for you.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3

Additional Requirements:

  • Mac OS X 10.3 or higher
    Trolltech's Qt/Mac 3.3 (a download link for Qt/Mac 3.3.x (GPL edition) for MacOSX is available at http://naranja.umh.es/ atg)

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

Evolvotron Usage TipWhich Qt/Mac 3.3.x installer? - Version: 0.4, 7/16/2005 10:59AM PST

slartibart
For people who just want to run Evolvotron (and don't have Qt/Mac 3.3 already on their system) - you don't need to download the "full" Qt/Mac 3.3.4 (GPL edition) installer for MacOSX from http://naranja.umh.es/~atg
On the same page is a Qt/Mac 3.3.4 "minimal" installer (GPL edition) available (10Mb), which allows to run evolvotron or any other Qt3-based program provided on the ATG website. You can download it via:

http://naranja.umh.es/~atg/QtMac334_Mini.zip

More information is available on the same page http://naranja.umh.es/~atg/
Post a commentAlert Admin

Evolvotron Commentarythis Qt is not Quicktime - Version: 0.2.3, 1/24/2005 11:07PM PST

jasonic
The "Qt" that this program uses is not Apple Quicktime. Rather, it is a cross-platform C library (or framework), also used by some other software found on versiontracker (for instance qucs). You have to download and install these Qt from trolltech for this app to work.

When I run the program, I see a window that immediately draws colorful tiles. There are buttons on the bottom of the window that appear to change the parameters that generate the colorful tiles. When I click in the picture, it redraws the screen in a different, yet similar fashion.
Post a commentAlert Admin

Evolvotron CommentaryInteresting - Version: 0.2.3, 1/24/2005 05:51PM PST

loehman
This is not your typical Mac application. If you download it, you can do two things (I'm not sure if they are the same or not, but they look the same).

1. Open the folder, then open the folder that says evolvotron and then double click on the application evolvotron. A window opens that runs fine on my machine.

2. Compile the source. You need the quicktime developer files, which I have in my /Developer directory. Using Terminal,
cd evolvotron // wherever it may be
./BUILD // you will get an error message
cd // go to your home directory
source ./login // there is now the path to the quicktime directory
cd evolvotron // wherever it may be
./configure // you should not get any error messages
make // compiles it (took a long time, with some error messages)
su make install // you will need to root password
Pay attention to where it installed it.
Mine was at /home/root/bin/evolvotron_match.app
Post a commentAlert Admin