mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
3b261124b2
-Optimization and correction for hexaplay3D and hexnix3D. -Major optimization on the GPU for flames which only have one xform, by skipping all random xform selection code. -Changes to how xaos is "preserved" when adding new xforms, copying xforms and duplicating xforms. --Duplicating xforms when no xaos is present in the flame now maintains not using xaos, and keeps all values as one. --Duplicating xforms when xaos is present, will result in xaos rows and columns that are the same as the xforms being duplicated, with the new row and column area having values of 1. --Duplicating xforms when xaos is present, while Control is pressed, will result in xaos rows and columns that have values of 0, with the new row and column area having values of 1. ---Copying xforms has the same behavior as duplicating with Control pressed. --Bug fixes -hexaplay3D, hexnix3D and post_smartcrop were wrong on the GPU because they are the rare variations which preserve state between iterations. -Changing the sub batch size would improperly wrong the wrong number of iterations. --Code changes -Some functions in Affine2D made const. -Change in the index at which points and variation state are preserved between kernel calls. -Some arguments in some member functions of GLEmberController made const. |
||
---|---|---|
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.17.msi
Mac
Download: Fractorium_1.0.0.17.dmg
Linux
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 App Image .deb
Install ubuntu.
Download: Fractorium-1.0.0.17.x86_64.deb
cd ~/Downloads
sudo dpkg -i Fractorium-1.0.0.17.x86_64.deb
Install from App Image .rpm
Download: Fractorium-1.0.0.17.x86_64.rpm
Building from git
All builds are 64-bit.
Windows
Build Guide for Visual Studio 2017 or Qt Creator