Releases: ChemicalDevelopment/fractalrender
0.3.2 (beta)
More OpenCL support (64 + 32 bit), error handling, and better device selection.
Install
macOS
Just download this: fractalrender-0.3.2-macosx-x86_64.tar.gz.
Open a terminal in the folder that is created, and then run ./fractalrender -h
for help.
Linux
If you are on Linux with a x86_64 processor, you can download a binary build here. If you have some other arch, see How To Build
.
You can download the x86_64 binary.
If that gives you errors related to OpenCL
, then you likely don't have OpenCL installed. Either install it, and rerun the program, or you can download the no-OpenCL version x86_64 binary.
How To Build
You will need to install (cargs)[chemicaldevelopment.us/cargs/#/installing].
Now, unzip/untar the source, and inside the folder, run ./configure && make && make install
to build and install.
You can run ./configure --help
to view additional options, or view our installing documentation.
0.3.0 beta
This release is NOT fully tested on all platforms, and binary support is still lacking for most platforms.
That being said, it is fully functional, except for bug testing.
The included deb
and rpm
files require the installation of some OpenCL package.
This should be included with proprietary nvidia/AMD drivers, or you can typically install (on debian)
sudo apt install ocl-icd-libopencl1