Go to file
mfeemster 3c51e58379 --User changes
Add the ability to click the right mouse button and drag to adjust values in spinners.
 Filling the palette controls will now also select the proper palette filename (if not empty) in the combo box.
 Allow for toggling row and column of affine tables.

--Bug fixes
 Fix tab tool tips again.
 Fix palette list switching.

--Code changes
 Palettes now keep the filename they originated from as a member.
 Refactor table row and column cell toggling into their own functions.
 Do not force random select on palette combo index change.
2015-05-15 18:52:31 -07:00
Builds Merge pull request #12 from gh2k/buildfixes 2015-04-26 22:19:41 -07:00
Data Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
Deps/CL Add CL header missing on osx 2015-01-14 10:35:38 +00:00
Source --User changes 2015-05-15 18:52:31 -07:00
.gitignore Add .gch directories to gitignore 2015-01-26 20:17:29 +00:00
LICENSE Initial commit 2014-07-08 00:05:16 -07:00
README.md Initial commit 2014-07-08 00:05:16 -07: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.