Files

55 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2023-04-25 17:59:54 -06: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 13:37:16 +00:00
# Installing
2023-04-25 17:59:54 -06:00
## Windows
Download: [Fractorium_25.25.12.1.msi](https://drive.google.com/file/d/1LZHAR2j5I09qf_tBBBb_sxD0uVR_UEwo/view?usp=sharing)
2023-04-25 17:59:54 -06:00
## Mac
2025-03-21 04:32:42 -06:00
Download: [Fractorium_24.24.12.1.dmg](https://drive.google.com/file/d/1P7tZ_LT_ZYcwIsPE6gSOnofT-sH2jEQB/view?usp=sharing)
2023-04-25 17:59:54 -06:00
## Linux
### Install from App Image .deb
2023-08-16 13:35:29 +00:00
Install ubuntu 20 or greater.
2023-04-25 17:59:54 -06:00
Download: [Fractorium-25.25.12.1.x86_64.AppImage](https://drive.google.com/file/d/1vjGxouHRzDkfY6-nRUz4dCmGY9fv1pSP/view?usp=sharing)
2023-04-25 17:59:54 -06:00
### 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)
2025-03-21 04:25:45 -06:00
### 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)
2025-03-21 04:34:44 -06:00
```
cd ~/Downloads
sudo dpkg -i Fractorium-25.25.12.1.x86_64.deb
2025-03-21 04:34:44 -06:00
```
2023-04-25 17:59:54 -06:00
# Building from git
All builds are 64-bit.
## Windows
[Build Guide for Visual Studio 2026 or Qt Creator](Data/BuildGuideQtCreator.md)
2023-04-25 17:59:54 -06:00
## 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)