7 Home
Connor C edited this page 2023-10-06 11:22:19 -06:00

Welcome to the GLava-Ridged Wiki

Overview

GLava-Ridged is (or at least will be) a modernized fork of the original GLava, a highly configurable audio visualizer software for Linux and BSD. This project is maintained by PixelRidge Softworks and aims to add new features, improve performance, and ensure long-term support.

Getting Started

  1. Clone the Repository: Clone the GLava-Ridged repository from PixelRidge Softworks' Git server.
git clone https://git.pixelridgesoftworks.com/PixelRidge-Softworks/glava-ridged.git
  1. Compile from Source.

OR

  1. Direct Install

  2. Configure: Copy the default configuration files and make your customizations. More details are available in the Configuration Guide.

  3. Run: Execute GLava-Ridged and enjoy your new audio visualizer!

Need Help?

If you encounter any issues or have questions, feel free to open an issue on the repository or contact PixelRidge Softworks directly.

Depends

Requirements:

  • X11 (Xext, Xcomposite, & Xrender)
  • PulseAudio
  • Linux or BSD
  • libBlocksRuntime if compiling with Clang

Configuration tool requirements:

  • Lua (5.3 by default, change with -Dlua_version=...), and the following lua libraries:
    Lua GObject Introspection (LGI)
    LuaFilesystem (LFS)
  • GTK+ 3

Additional compile time requirements:

  • Meson
  • OBS (disable with -Ddisable_obs=true)

Optional requirements:

  • GLFW 3.1+ (optional, enable with -Denable_glfw=true)

This Wiki is maintained by PixelRidge Softworks. For more information, visit PixelRidge Softworks.