Rust and godot projects to bring xdg portals and pipewire to Godot
Find a file
2025-03-19 15:16:08 +01:00
learning-rust4.4 Update sample project 2025-03-18 12:02:06 +01:00
rust Tried finding a commit where coroutines are reloadable 2025-03-19 15:15:46 +01:00
Justfile Add justfile 2025-03-19 15:16:08 +01:00
README.md Update Readme 2025-03-17 08:26:17 +01:00

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