Go to file
Person c3078f018a --User changes
-Update various tooltips.
 -Increase precision of affine and xaos spinners.
 -Increase precision of fields written in Xml files to 8.

--Bug fixes
 -When rendering on the CPU, if the number of threads didn't divide evenly into the number of rows, it would leave a blank spot on the last few rows.
 -Fix numerous parsing bugs when reading .chaos files.
 -Added compatibility fixes and/or optimizations to the following variations: asteria, bcircle, bcollide, bipolar, blob2, btransform, cell, circlecrop, circlecrop2, collideoscope, cpow2, cropn, cross, curl, depth_ngon2, depth_sine2, edisc, eRotate, escher, fan2, hex_rand, hypershift, hypershift2, hypertile1, julia, julian, julian2, juliaq, juliascope, lazyjess, log, loonie2, murl, murl2, npolar, oscilloscope2, perspective, phoenix_julia, sphericaln, squish, starblur, starblur2, truchet, truchet_glyph, waffle, wavesn.
2023-11-29 15:47:31 -07:00
archive Fixed linux build 2023-08-14 15:01:58 -03:00
Builds --User changes 2023-11-29 15:47:31 -07:00
Data --User changes 2023-11-23 14:52:34 -07:00
debian --User changes 2023-04-25 17:59:54 -06:00
Source --User changes 2023-11-29 15:47:31 -07:00
.bzrignore --User changes 2023-04-25 17:59:54 -06:00
.gitignore .DS_Store banished! 2023-07-18 22:56:58 -03: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 --User changes 2023-04-25 17:59:54 -06:00
README.md README.md edited online with Bitbucket 2023-08-16 13:37:16 +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 2019 or Qt Creator

Linux

Build Guide for Linux

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

Build Guide for Mac OS/X