A GTK application built with Rust that allows you to cast your screen to another computer or view someone else's screen sharing."
Report Bug
·
Request Feature
Table of Contents
A GTK application written in Rust that enables screen casting between computers, allowing you to share your screen or view someone else's.
This application was developed as part of an optional project for the 'Programmazione di Sistema' course at Politecnico di Torino.
- 🎯 Multi-Platform Support: Works on Windows, macOS, and Linux.
- 🖥️ User-Friendly Interface: Simple GTK-based UI for easy navigation.
- 🔄 Casting & Receiving Modes: Users can act as casters (sharing their screen) or receivers (viewing someone else’s).
- 📏 Selective Area Streaming: Choose to stream the full screen or only a specific region.
- ⌨️ Hotkey Support: Customizable shortcuts for casting, pausing, resuming, blanking the screen, connecting, disconnecting.
- 🖥️ Multi-Monitor Support: Select which display to share if multiple monitors are connected.
- 🎥 Recording Support: Receivers can record the streamed session to a mp4 video file.
- ✏️ Annotation Tool: Casters can draw over their screen using their mouse. (see this branch)
- Rust
- GTK4
- GStreamer
-
Rust Install guide
-
gtk4
sudo dnf install gtk4-devel- gstreamer: Install guide
- Clone the repo
git clone https://github.com/andreabuon/screencaster.git
- Enter the project folder
cd screencaster/screencaster - Build the project
cargo build --release
- Run the app
cargo run
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
WIP
Project Link: https://github.com/andreabuon/screencaster
WIP


