mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
5aec58b4a2
-Add new options to EmberGenome to better help assess which variations have certain characteristics. The options are: --sumvars: Display the names of all regular variations which have the default behavior of summing their outputs and exit. --assignvars: Display the names of all regular variations which have the non-standard behavior of assigning their outputs and exit. --ppsumvars: Display the names of all pre/post variations which have the non-standard behavior of summing their outputs and exit. --ppassignvars: Display the names of all pre/post variations which have the default behavior of assigning their outputs and exit. --dcvars: Display the names of all variations which use direct coloring and exit. --parvars: Display the names of all variations which have parameters and exit. --nonparvars: Display the names of all variations which do not have parameters (weight only) and exit. --Code changes -Make VariationList vectors have const elements since no callers should ever change them. -Add new function to VariationList to retrieve a const ref to the parametric variations. -Move some search functions out of EmberTester and into EmberCommon.h. -General code cleanup. |
||
---|---|---|
archive | ||
Builds | ||
Data | ||
debian | ||
Source | ||
.bzrignore | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
main.pro | ||
makedeps.bat | ||
package-linux.sh | ||
README.md |
Fractorium
A Qt-based fractal flame editor which uses a C++ re-write of the flam3 algorithm named Ember and a GPU capable version named EmberCL which implements a portion of the cuburn algorithm in OpenCL.
Install
Windows
Download: Fractorium_Beta_0.9.9.6.msi
Linux
Install from PPA
Enable universe
in the Ubuntu Software Center:
- open the Edit menu
- select Software Sources...
- enable "Community maintained ...
universe
"
Add the Fractorium Ubuntu PPA and install:
sudo apt-add-repository ppa:fractorium/ppa
sudo apt-get update
sudo apt-get install fractorium
Install from .deb
Download: fractorium_0.9.9.6-0ubuntu1_amd64.deb
cd ~/Downloads
sudo dpkg -i fractorium_0.9.9.6-0ubuntu1_amd64.deb
Mac OS/X (10.9+)
TODO
Building from git
All builds are 64-bit.
Windows
Build Guide for Visual Studio 2013 or Qt Creator