mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
b4ba6d6a82
-Add new variations waves22, waves23, waves42, waves3 and waves4 from user tatasz. -Add new stylesheet called lightdark.qss which gives a more modern look to the dark theme. Started by Michel Mastriani (triptychaos). --Included in the qmake and Wix installers. --Code changes -Add a new C# project that attempts to convert Apophysis plugins to Fractorium style Variation classes. It's not entirely perfect, but gets most of the job done much more quickly than doing so manually. -Remove unused OpenCL functions from variations: elliptic, poincare, mask, bMod, bSwirl, bTransform, bCollide, farblur, popcorn2_3D, falloff, falloff2, falloff3, crackle2, waves2b, hypercrop, depth_gaussian2, depth_sine, depth_sine2, dust, asteria, vibration, vibration2, arctanh, smartshape, squares, starblur2, Truchet,. -Add code in EmberTester to automatically detect such unused functions. |
||
---|---|---|
archive | ||
Builds | ||
Data | ||
debian | ||
Source | ||
.bzrignore | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
main.pro | ||
makedeps.bat | ||
package-linux.sh | ||
README.md |
Fractorium
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.
Install
Windows
Download: Fractorium_1.0.0.14.msi
Mac
Download: Fractorium_1.0.0.14.dmg
Linux - Only bionic builds of ubuntu are supported.
Install from PPA
Enable universe
in the Ubuntu Software Center:
- open the Edit menu
- select Software Sources...
- enable "Community maintained ...
universe
"
Add the Fractorium Ubuntu PPA and install:
sudo apt-add-repository ppa:fractorium/ppa
sudo apt-get update
sudo apt-get install fractorium
Install from .deb
Install Bionic ubuntu or later.
Download: fractorium_1.0.0.14-0ubuntu1_amd64.deb
cd ~/Downloads
sudo dpkg -i fractorium_1.0.0.14-0ubuntu1_amd64.deb
Building from git
All builds are 64-bit.
Windows
Build Guide for Visual Studio 2017 or Qt Creator