Go to file
Person 4c0f03a52a --User changes
-Add Ctrl+g shortcut for generating a sequence.

--Bug fixes
 -Fix indendation for variations because of type icon.
 -Fix bug when duplicating flame where the new flame wasn't being properly selected.
 -Fix bug where clearing a flame was changing size and quality when it shouldn't have.
 -Fix bug where reading an Xml palette was failing on linux.

--Code changes
 -No longer pad string with null terminator in ReadFile() because std::string already does it.
2024-05-08 07:31:55 -06:00
archive Fixed linux build 2023-08-14 15:01:58 -03:00
Builds --Code changes 2024-03-16 10:28:30 -06:00
Data BuildGuideLinux.md edited online with Bitbucket 2024-01-31 18:01:13 +00:00
debian debian changelog 2024-01-30 14:04:03 -07:00
Source --User changes 2024-05-08 07:31:55 -06:00
.bzrignore --User changes 2023-04-25 17:59:54 -06:00
.gitignore --User changes 2024-03-16 10:15:51 -06:00
.travis.yml --User changes 2023-04-25 17:59:54 -06:00
LICENSE --User changes 2023-04-25 17:59:54 -06:00
main.pro --User changes 2023-04-25 17:59:54 -06:00
makedeps.bat --User changes 2023-04-25 17:59:54 -06:00
package-linux.sh dos2unix package-linux.sh 2024-01-30 14:02:29 -07:00
README.md README.md edited online with Bitbucket 2024-01-31 17:39:49 +00:00

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.

Installing

Windows

Download: Fractorium_23.23.8.1.msi

Mac

Download: Fractorium_23.23.8.1.dmg

Linux

Install from App Image .deb

Install ubuntu 20 or greater.

Download: Fractorium-23.23.8.1.x86_64.deb

cd ~/Downloads
sudo dpkg -i Fractorium-23.23.8.1.x86_64.deb

Install from App Image .rpm

Download: Fractorium-23.23.8.1.x86_64.rpm

Building from git

All builds are 64-bit.

Windows

Build Guide for Visual Studio 2022 or Qt Creator

Linux

Build Guide for Linux

Mac OS/X Sierra, El Capitan, Yosemite and Mavericks

Build Guide for Mac OS/X