Code/Downloads - GIMP 3 countdown

Executable plugin Downloads and Source code at the latest version

Standard download page

Download Source code of all 80+ GEGL Plugins

          Download Windows binaries of 30+ top GEGL plugins

      Download Linux Binaries of 30+ top GEGL plugins 

====================================================================

GEGL Effects download page

 Download Source code of GEGL Effects

          Download Windows binaries of GEGL Effects

     Download Linux Binaries of GEGL Effects

====================================================================

Glossy Balloon download page

Download Source code of Glossy Balloon

         Download Windows binaries of Glossy Balloon

  Download Linux Binaries of Glossy Balloon

====================================================================

Shapes plugin download page

Download Source code of GEGL Shapes

         Download Windows binaries of GEGL Shapes

   Download Linux Binaries of GEGL Shapes


Location to put binaries

Windows (.dll)

 C:\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins

 
 Linux (.so)

 ~/.local/share/gegl-0.4/plug-ins


Linux (Flatpak includes Chromebook

~/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins


then restart GIMP and go to "GEGL operation" to find the new plugins or if on 2.99.19 look in the filters menu under (filters>text styling and render>fun)


How to compile on Linux

You need the following packages

For Debian and Ubuntu try
sudo apt install ninja meson gegl
sudo apt install ninja meson gegl04


For Fedora
sudo dnf install ninja meson gegl04

If you have these packages just run

./build_plugin_linux which will compile the plugin and all its dependencies and put it in a folder called "Linux binaries"

or build_linux.sh which will compile the individual dependency plugin but it will remain inside the build folder.


For Windows


Everything above compiling on Linux is relevant accept you first install MySys2 then shell into the MySys2 environment then

pacman install ninja meson gegl

After that hitting "build_plugin_windows" will generate binaries for the plugin in a "WindowsBinaries" Folder.

The raw command to compile GEGL Plugins

meson setup --buildtype=release build && ninja -C build