2015-12-10 13:17:02 -05:00
|
|
|
Fractorium
|
2014-07-08 03:05:16 -04:00
|
|
|
==========
|
|
|
|
|
2015-12-10 13:17:02 -05:00
|
|
|
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.
|
|
|
|
|
2016-01-20 13:48:21 -05:00
|
|
|
# Install
|
2015-12-10 13:17:02 -05:00
|
|
|
|
|
|
|
## Windows
|
2016-01-04 08:45:40 -05:00
|
|
|
|
2017-03-15 19:53:07 -04:00
|
|
|
Download: [Fractorium_1.0.0.2.msi](https://drive.google.com/file/d/0Bws5xPbHJph6Y2tlQ2tmdHFwNnc/view?usp=sharing)
|
|
|
|
|
|
|
|
## Mac
|
|
|
|
|
|
|
|
Download: [Fractorium_1.0.0.2.dmg](https://drive.google.com/file/d/0Bws5xPbHJph6MkpQZjVaV1dVMWM/view?usp=sharing)
|
2015-12-10 13:17:02 -05:00
|
|
|
|
|
|
|
## Linux
|
|
|
|
|
2016-01-20 13:55:44 -05:00
|
|
|
### Install from PPA
|
|
|
|
|
2016-01-20 13:48:21 -05:00
|
|
|
Enable `universe` in the Ubuntu Software Center:
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2016-01-20 13:48:21 -05:00
|
|
|
- open the Edit menu
|
|
|
|
- select Software Sources...
|
|
|
|
- enable "Community maintained ... `universe`"
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2016-01-20 13:50:07 -05:00
|
|
|
Add the [Fractorium Ubuntu PPA](https://launchpad.net/~fractorium/+archive/ubuntu/ppa) and install:
|
2015-12-10 13:17:02 -05:00
|
|
|
|
|
|
|
```
|
2016-01-20 13:48:21 -05:00
|
|
|
sudo apt-add-repository ppa:fractorium/ppa
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install fractorium
|
2015-12-10 13:17:02 -05:00
|
|
|
```
|
|
|
|
|
2016-01-20 13:55:44 -05:00
|
|
|
### Install from .deb
|
|
|
|
|
2016-07-06 19:26:43 -04:00
|
|
|
Download: [fractorium_1.0.0.1-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_1.0.0.1-0ubuntu1_amd64.deb)
|
2016-01-20 13:55:44 -05:00
|
|
|
|
|
|
|
```
|
|
|
|
cd ~/Downloads
|
2016-07-06 19:26:43 -04:00
|
|
|
sudo dpkg -i fractorium_1.0.0.1-0ubuntu1_amd64.deb
|
2016-01-20 13:55:44 -05:00
|
|
|
```
|
|
|
|
|
2016-01-20 13:48:21 -05:00
|
|
|
# Building from git
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2016-03-03 23:35:48 -05:00
|
|
|
All builds are 64-bit.
|
|
|
|
|
2016-01-20 13:48:21 -05:00
|
|
|
## Windows
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2017-03-15 20:27:54 -04:00
|
|
|
[Build Guide for Visual Studio 2015 or Qt Creator](Data/BuildGuideQtCreator.md)
|
2015-12-10 13:17:02 -05:00
|
|
|
|
|
|
|
## Linux
|
|
|
|
|
2016-03-01 21:38:26 -05:00
|
|
|
[Build Guide for Linux](./Data/BuildGuideLinux.md)
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2017-03-15 20:27:54 -04:00
|
|
|
## Mac OS/X Sierra, El Capitan, Yosemite and Mavericks
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2016-06-18 23:20:47 -04:00
|
|
|
[Build Guide for Mac OS/X](./Data/BuildGuideMacOSX.md)
|