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
|
|
|
|
2021-04-23 17:28:36 -04:00
|
|
|
Download: [Fractorium_22.21.4.2.msi](https://drive.google.com/file/d/1eeUNoAvkrfSG6fCObAYE1e2vmvUQY6MR/view?usp=sharing)
|
2017-03-15 19:53:07 -04:00
|
|
|
|
|
|
|
## Mac
|
|
|
|
|
2021-04-23 17:28:36 -04:00
|
|
|
Download: [Fractorium_22.21.4.2.dmg](https://drive.google.com/file/d/19cT7EyqmC-bMFl5PdBMaQE-qNbLz0wrR/view?usp=sharing)
|
2015-12-10 13:17:02 -05:00
|
|
|
|
2019-06-05 01:31:05 -04:00
|
|
|
## Linux
|
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
|
|
|
```
|
|
|
|
|
2019-06-05 01:26:26 -04:00
|
|
|
### Install from App Image .deb
|
2016-01-20 13:55:44 -05:00
|
|
|
|
2019-06-05 01:31:05 -04:00
|
|
|
Install ubuntu.
|
2018-10-16 18:40:41 -04:00
|
|
|
|
2021-04-23 17:28:36 -04:00
|
|
|
Download: [Fractorium-22.21.4.2.x86_64.deb](https://drive.google.com/file/d/1KJTQEh7Ll4fMTloTDPIZIJGkTL2eEbIj/view?usp=sharing)
|
2016-01-20 13:55:44 -05:00
|
|
|
|
|
|
|
```
|
|
|
|
cd ~/Downloads
|
2021-04-23 17:28:36 -04:00
|
|
|
sudo dpkg -i Fractorium-22.21.4.2.x86_64.deb
|
2016-01-20 13:55:44 -05:00
|
|
|
```
|
|
|
|
|
2019-06-05 01:26:26 -04:00
|
|
|
### Install from App Image .rpm
|
|
|
|
|
2021-04-23 17:28:36 -04:00
|
|
|
Download: [Fractorium-22.21.4.2.x86_64.rpm](https://drive.google.com/file/d/1VNT77_V51O4o01_Q_3SToZjr-L4SX_cy/view?usp=sharing)
|
2019-06-05 01:26:26 -04: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
|
|
|
|
2020-04-15 02:22:12 -04:00
|
|
|
[Build Guide for Visual Studio 2019 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)
|