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
|
|
|
|
2018-10-16 18:40:41 -04:00
|
|
|
Download: [Fractorium_1.0.0.13.msi](https://drive.google.com/open?id=1kSfruhpkiyVyhAk5yGOEyAZb_7yHT4bn)
|
2017-03-15 19:53:07 -04:00
|
|
|
|
|
|
|
## Mac
|
|
|
|
|
2018-10-16 18:40:41 -04:00
|
|
|
Download: [Fractorium_1.0.0.13.dmg](https://drive.google.com/open?id=1SwD5jzNQJJsZ06uGQu4j15P-tHKIyJZc)
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2018-09-30 21:19:50 -04:00
|
|
|
## Linux - Only bonic builds of ubuntu are supported.
|
2015-12-10 13:17:02 -05:00
|
|
|
|
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
|
|
|
|
|
2018-10-16 18:40:41 -04:00
|
|
|
Install Bionic ubuntu or later.
|
|
|
|
|
|
|
|
Download: [fractorium_1.0.0.13-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_1.0.0.13-0ubuntu1_amd64.deb)
|
2016-01-20 13:55:44 -05:00
|
|
|
|
|
|
|
```
|
|
|
|
cd ~/Downloads
|
2018-10-16 18:40:41 -04:00
|
|
|
sudo dpkg -i fractorium_1.0.0.13-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-12-21 23:18:11 -05:00
|
|
|
[Build Guide for Visual Studio 2017 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)
|