Skip to content

LinuxBeaver/GEGL-GIMP-PLUGIN_rock_surface

Repository files navigation

GEGL Rock Surface

A new plugin that generates rock texture wallpaper with GEGL.

Binary Download and source is here. https://github.com/LinuxBeaver/rock_surface/releases

image

image

Compiling and Installing

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.

Linux

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

Windows

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-gegl

Then build the same way you would on Linux:

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

Location to put binaries (they do not go in default plugins folder)

Windows

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

More Previews of this based plugin

image

image

image

About

Make rock surface texture wallpaper using this GEGL based GIMP plugin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors