Go to file
Vaxry 1c9ed159e1 cmake: bump ver to 0.3.0 2024-04-24 16:35:18 +01:00
.github/workflows CI: init 2024-04-20 13:41:53 +03:00
nix Nix: init 2024-04-20 13:40:18 +03:00
src core: fix new_id types in events 2024-04-24 15:46:14 +01:00
.clang-format Initial commit 2024-04-20 01:06:51 +01:00
.gitignore Initial commit 2024-04-20 01:06:51 +01:00
CMakeLists.txt cmake: bump ver to 0.3.0 2024-04-24 16:35:18 +01:00
LICENSE Initial commit 2024-04-20 01:06:51 +01:00
README.md README: add todo 2024-04-20 14:24:05 +01:00
flake.lock Nix: init 2024-04-20 13:40:18 +03:00
flake.nix flake.nix: update version 2024-04-20 15:34:22 +03:00
hyprwayland-scanner.pc.in add pkg-config file 2024-04-20 13:56:27 +03:00

README.md

hyprwayland-scanner

A Hyprland implementation of wayland-scanner, in and for C++.

Usage

hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'

Dependencies

Requires a compiler with C++23 support.

Dep list:

  • pugixml

Building

cmake -B build
cmake --build build -j`nproc`

Installation

sudo cmake --install build

TODO

  • Support for generating client headers