gd-wireportal-full/README.md
2025-03-17 08:26:17 +01:00

14 lines
572 B
Markdown

# Gd-Wireportal
This repo contains both a godot project for testing the gdextension
and the Rust based extension
The extension itself is about bringing XDG Portals and Pipewire
to Godot, initially just for screencapture.
For now, this extension is Linux only, as both XDG Portals and Pipewire
only exist on Linux. If both, with their full API, are ever brought to
Windows or MacOS, I will try to add support for them.
I also will move the Extension itself into its own repository later on
and add it here as a submodule. But for now, this is the setup for convenience