An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Pictures
------------

![pic1](/omartinak/evo3D/raw/master/docs/evo3D.png)

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.