https://github.com/miho/evo3d
Constructing 3D objects with genetic algorithm
https://github.com/miho/evo3d
Last synced: 5 months ago
JSON representation
Constructing 3D objects with genetic algorithm
- Host: GitHub
- URL: https://github.com/miho/evo3d
- Owner: miho
- License: mit
- Created: 2013-04-01T17:28:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-06T15:44:28.000Z (almost 14 years ago)
- Last Synced: 2025-07-06T18:47:23.696Z (6 months ago)
- Language: Java
- Homepage:
- Size: 781 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
Pictures
------------

Introduction
----------------
This application uses evolution algorithm to create spatial objects
constructed from simple elements. User can control the evolution by
evaluating the quality of certain candidates from the population while he
can watch the population evolve in front of him. The evolved parameters are
the object's growth and its change in color.
Dependencies
----------------
* qt
* jambi
* jgap
* jogl
Building/running:
--------------------
Import the project into Eclipse, check that you have correctly set up paths to libraries and compile/run.