fractorium/README.md

62 lines
1.4 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-01-20 13:48:21 -05:00
Download: [Fractorium_Beta_0.9.9.3.msi](https://drive.google.com/file/d/0Bws5xPbHJph6Z3JiTHlYZ21YVFU/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
Download: [fractorium_0.9.9.3b-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_0.9.9.3b-0ubuntu1_amd64.deb)
```
cd ~/Downloads
sudo dpkg -i fractorium_0.9.9.3b-0ubuntu1_amd64.deb
```
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-01-20 13:48:21 -05:00
## Windows
2015-12-10 13:17:02 -05:00
2016-01-20 13:48:21 -05:00
Install Git-GUI and clone `https://github.com/mfeemster/fractorium.git`
2015-12-10 13:17:02 -05:00
2016-01-20 13:48:21 -05:00
Then follow:
2015-12-10 13:17:02 -05:00
2016-01-20 13:48:21 -05:00
[**Building Guide for Fractorium Using MSVC2013 and Qt Creator (64 bit)**](Data/BuildGuideQtCreator.md)
2015-12-10 13:17:02 -05:00
## Linux
2016-01-20 13:48:21 -05:00
See [Building 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-01-20 13:48:21 -05:00
See [Building Guide for Mac OS/X](./Data/BuildGuideMacOSX.md)