Files
fractorium/README.md
Matt Feemster 81b51c4cd6 Revise README with new Fractorium version details
Updated installation links and build guides for Fractorium.
2025-12-18 17:01:14 -07:00

55 lines
1.5 KiB
Markdown

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_25.25.12.1.msi](https://drive.google.com/file/d/1LZHAR2j5I09qf_tBBBb_sxD0uVR_UEwo/view?usp=sharing)
## Mac
Download: [Fractorium_24.24.12.1.dmg](https://drive.google.com/file/d/1P7tZ_LT_ZYcwIsPE6gSOnofT-sH2jEQB/view?usp=sharing)
## Linux
### Install from App Image .deb
Install ubuntu 20 or greater.
Download: [Fractorium-25.25.12.1.x86_64.AppImage](https://drive.google.com/file/d/1vjGxouHRzDkfY6-nRUz4dCmGY9fv1pSP/view?usp=sharing)
### Install from App Image .rpm
Download: [Fractorium-25.25.12.1.x86_64.rpm](https://drive.google.com/file/d/1eFynIUYNW-a9BjxWoeRrty0ym0Slzg3m/view?usp=sharing)
### Install from .deb
Install ubuntu 20 or greater.
Download: [Fractorium-25.25.12.1.x86_64.deb](https://drive.google.com/file/d/1GIwCinL6T81J9gq39-zvoMo8vcJwqIly/view?usp=sharing)
```
cd ~/Downloads
sudo dpkg -i Fractorium-25.25.12.1.x86_64.deb
```
# Building from git
All builds are 64-bit.
## Windows
[Build Guide for Visual Studio 2026 or Qt Creator](Data/BuildGuideQtCreator.md)
## Linux
[Build Guide for Linux](./Data/BuildGuideLinux.md)
## Mac OS/X Sierra, El Capitan, Yosemite and Mavericks
[Build Guide for Mac OS/X](./Data/BuildGuideMacOSX.md)