plac

Unofficial Roon clients

Plac for GTK4

Plac’s GTK4 application, adhering to Gnome Human Interface Guidline.

Runtime Dependencies

Development Guide

System Requirements

If you installed Nix on your system and enabled Flake, run nix develop and every required dependencies will be installed.

Running application

zig build run

Enable debug logging

Add Plac to G_MESSAGES_DEBUG environment variable:

G_MESSAGES_DEBUG=Plac zig build run