Go to file
mfeemster 7c856c929c --Bug fixes
-Really fix locking of affine scale.

--Code changes
 -Remove dependency projects from the solution. Move to a project design where they are built once via command line and stored in a /Deps folder.
  --Because of this, libpng is built as a static lib instead of a dll because that's what its command line makefile supports.
  --Remove libpng16.dll from Wix installer.
 -Remove all configs except for debug and release.
 -Remove all platforms except for x64.
 -Add #define __TBB_NO_IMPLICIT_LINKAGE 1 to prevent tbb from locking for tbb_debug.lib by default on debug builds.
 -Put Ember.rc in a filter folder in the project.
 -Place pragma warning disable statements in PCH files rather than in projects. This makes it easier when using Qt Creator.
 -Move all resource files to the MSVC folder.
 -Set all targets in QtCreator project to their lowercase names to be more *nix friendly. Set -l link statements to use these new lowercase names for ember and embercl.
 -Rework projects to favor shadow builds.
 -Remove the symlinks.sh file and all references to it. It was never needed. Instead, just specify multiple include and link paths in the .pro files.
 -Change WIN32 to _WIN32.
 -Fix a few code warnings.
2016-03-01 17:26:45 -08:00
archive resurrect previous build scripts for reference 2015-12-11 11:55:36 +00:00
Builds --Bug fixes 2016-03-01 17:26:45 -08:00
Data 0.9.9.4 Release 2016-02-21 18:53:36 -08:00
debian deb version 0.9.9.4 2016-02-24 16:08:01 +00:00
Source --Bug fixes 2016-03-01 17:26:45 -08:00
.bzrignore Merge 2015-12-31 13:51:55 -08:00
.gitignore Merge 2015-12-31 13:51:55 -08:00
.travis.yml Branch sync 2015-07-31 19:50:13 -07:00
LICENSE Initial commit 2014-07-08 00:05:16 -07:00
main.pro --Bug fixes 2016-03-01 17:26:45 -08:00
makedeps.bat --Bug fixes 2016-03-01 17:26:45 -08:00
package-linux.sh --Bug fixes 2016-03-01 17:26:45 -08:00
README.md deb download link 2016-01-20 18:55:44 +00:00

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.3.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.3b-0ubuntu1_amd64.deb

cd ~/Downloads
sudo dpkg -i fractorium_0.9.9.3b-0ubuntu1_amd64.deb

Mac OS/X (10.9+)

TODO

Building from git

Windows

Install Git-GUI and clone https://github.com/mfeemster/fractorium.git

Then follow:

Building Guide for Fractorium Using MSVC2013 and Qt Creator (64 bit)

Linux

See Building Guide for Linux

Mac OS/X 10.9+

See Building Guide for Mac OS/X