2023-04-25 19:59:54 -04: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.
|
|
|
|
|
2023-08-16 09:37:16 -04:00
|
|
|
# Installing
|
2023-04-25 19:59:54 -04:00
|
|
|
|
|
|
|
## Windows
|
|
|
|
|
2024-12-08 16:03:36 -05:00
|
|
|
Download: [Fractorium_24.24.12.1.msi](https://drive.google.com/file/d/130ZUkkFscptPjZSo__WFIwz62YJeUa5j/view?usp=drive_link)
|
2023-04-25 19:59:54 -04:00
|
|
|
|
|
|
|
## Mac
|
|
|
|
|
2023-08-16 09:35:29 -04:00
|
|
|
Download: [Fractorium_23.23.8.1.dmg](https://drive.google.com/file/d/1M_HSzNMGfzS6NWCVPK-VmkWpMOaLdSuk/view?usp=drive_link)
|
2023-04-25 19:59:54 -04:00
|
|
|
|
|
|
|
## Linux
|
|
|
|
|
|
|
|
### Install from App Image .deb
|
|
|
|
|
2023-08-16 09:35:29 -04:00
|
|
|
Install ubuntu 20 or greater.
|
2023-04-25 19:59:54 -04:00
|
|
|
|
2024-12-08 16:03:36 -05:00
|
|
|
Download: [Fractorium-24.24.12.1.x86_64.deb](https://drive.google.com/file/d/130ZUkkFscptPjZSo__WFIwz62YJeUa5j/view?usp=drive_link)
|
2023-04-25 19:59:54 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
cd ~/Downloads
|
2024-12-08 16:03:36 -05:00
|
|
|
sudo dpkg -i Fractorium-24.24.12.1.x86_64.deb
|
2023-04-25 19:59:54 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
### Install from App Image .rpm
|
|
|
|
|
2024-12-08 16:03:36 -05:00
|
|
|
Download: [Fractorium-23.23.8.1.x86_64.rpm](https://drive.google.com/file/d/1te2UijE3OyR5EayWQT2sE4OIr4U0kUad/view?usp=drive_link)
|
2023-04-25 19:59:54 -04:00
|
|
|
|
|
|
|
# Building from git
|
|
|
|
|
|
|
|
All builds are 64-bit.
|
|
|
|
|
|
|
|
## Windows
|
|
|
|
|
2024-01-31 12:39:49 -05:00
|
|
|
[Build Guide for Visual Studio 2022 or Qt Creator](Data/BuildGuideQtCreator.md)
|
2023-04-25 19:59:54 -04:00
|
|
|
|
|
|
|
## Linux
|
|
|
|
|
|
|
|
[Build Guide for Linux](./Data/BuildGuideLinux.md)
|
|
|
|
|
|
|
|
## Mac OS/X Sierra, El Capitan, Yosemite and Mavericks
|
|
|
|
|
2016-06-18 23:20:47 -04:00
|
|
|
[Build Guide for Mac OS/X](./Data/BuildGuideMacOSX.md)
|