A new plugin that generates rock texture wallpaper with GEGL.
Binary Download and source is here. https://github.com/LinuxBeaver/rock_surface/releases
Just run the build_plugin_linux/windows.sh and it will create a folder LinuxBinaries or WindowsBinaries that has the .dll or .so file but to do things ultra manual read the follwing directions. Windows requires mysys2 to compile.
To compile and install you will need the GEGL header files (libgegl-dev on
Debian based distributions or gegl on Arch Linux) and meson (meson on
most distributions).
meson setup --buildtype=release build
ninja -C build
The easiest way to compile this project on Windows is by using msys2. Download and install it from here: https://www.msys2.org/
Open a msys2 terminal with C:\msys64\mingw64.exe. Run the following to
install required build dependencies:
pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-geglThen build the same way you would on Linux:
meson setup --buildtype=release build
ninja -C buildWindows
C:\Users(USERNAME)\AppData\Local\gegl-0.4\plug-ins
Linux
~/.local/share/gegl-0.4/plug-ins
Linux (Flatpak includes Chromebook)
~/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins




