fractorium/README.md

60 lines
1.3 KiB
Markdown
Raw Normal View History

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-05-06 15:50:55 -04:00
Download: [Fractorium_Beta_0.9.9.6.msi](https://drive.google.com/file/d/0Bws5xPbHJph6OHdwVHFabDliTkE/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-06-18 10:33:27 -04:00
Download: [fractorium_1.0.0.0a-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_1.0.0.0a-0ubuntu1_amd64.deb)
2016-01-20 13:55:44 -05:00
```
cd ~/Downloads
2016-06-18 10:33:27 -04:00
sudo dpkg -i fractorium_1.0.0.0a-0ubuntu1_amd64.deb
2016-01-20 13:55:44 -05:00
```
2016-01-20 13:48:21 -05:00
## Mac OS/X (10.9+)
2015-12-10 13:17:02 -05:00
2016-01-20 13:48:21 -05:00
TODO
2015-12-10 13:17:02 -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
2016-03-03 23:37:00 -05:00
[Build Guide for Visual Studio 2013 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
2016-01-20 13:48:21 -05:00
## Mac OS/X 10.9+
2015-12-10 13:17:02 -05:00
2016-03-01 21:38:26 -05:00
[Build Guide for Mac OS/X](./Data/BuildGuideMacOSX.md)