A set of OpenFX plugins designed for Natron, but also compatible with other OpenFX applications.
- OpenRaster
- ReadCDR
- ReadKrita
- ReadSVG
- ReadPDF
- Text(FX)
- Arc
- Charcoal
- Edges
- Implode
- Modulate
- Oilpaint
- Polar
- Polaroid
- ReadMisc
- ReadPSD(XCF)
- Reflection
- Roll
- Sketch
- Swirl
- Texture
- Tile
- Wave
- Bulge (OCL)
- Glare (OCL)
- Ripple (OCL)
- Twirl (OCL)
- Sharpen (OCL)
- Cartoon (OCL)
- Duotone (OCL)
- Edge (OCL)
- CLFilter (OCL)
- HaldCLUT
- Morphology
- AudioCurve
- RichText
- OpenColorIO 1.0.9 (Extra.ofx/Magic.ofx)
- fontconfig (Extra.ofx/Magick.ofx/Text.ofx)
- libxml2 (OpenRaster/ReadKrita/HaldCLUT)
- libzip 1.x (OpenRaster/ReadKrita)
- pango 1.38 (Text.ofx)
- cairo (Text/ReadCDR/ReadSVG/ReadPDF)
- librsvg2 (ReadCDR/ReadSVG)
- libcdr 0.1.x (ReadCDR)
- librevenge (ReadCDR)
- poppler-glib (ReadPDF)
- lcms 2.x (ReadPSD)
- ImageMagick (Magick++) 6.9.2/7.0.3 with Q32, HDRI, lcms2, zlib, freetype, libpng
- ImageMagick 7.0.8+ recommended
- Will build on older versions, but some features/plugins may not be available
- Quantum depth under 32 will work, but it not recommended, note that most distros ship 16
- Will work without HDRI, but it's not recommended
- OpenCL 1.2 compatible hardware and drivers (OCL plugins)
- libcurl (HaldCLUT)
- libsox (AudioCurve)
git clone https://github.com/NatronGitHub/openfx-arena
cd openfx-arena
git submodule update -i --recursive
This will build one OFX plugin (Arena.ofx). Only plugins included in the official Natron bundle are built.
Optional options:
AUDIO=ON
: EnableAudioCurve
RICHTEXT=ON
: EnableRichText
make CONFIG=release
sudo make CONFIG=release install
You can also build each "category" as an OFX plugins:
make CONFIG=release -C Audio
make CONFIG=release -C Extra
make CONFIG=release -C Magick
make CONFIG=release -C OCL
make CONFIG=release -C Text
sudo cp -a */*-release/*.ofx.bundle /usr/OFX/Plugins/
This will build one OFX plugin (Arena.ofx). Only plugins included in the official Natron bundle are built.
Optional options:
-DAUDIO=ON
: EnableAudioCurve
-DRICHTEXT=ON
: EnableRichText
-DBUNDLE_FONTS_CONF=ON
: Bundle fonts.conf-DMAGICK_PKG_CONFIG=XXX
: Custom Magick++ pkg-config name
mkdir build && build
cmake -DCMAKE_INSTALL_PREFIX=/usr/OFX/Plugins ..
sudo make install
openfx-arena is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 (or later) as published by the Free Software Foundation.