gir
Tool to generate rust bindings and user API for glib-based libraries (by gtk-rs)
gstreamer-rs
GStreamer bindings for Rust - This repository moved to https://gitlab.freedesktop.org/gstreamer/gstreamer-rs (by sdroege)
| gir | gstreamer-rs | |
|---|---|---|
| 1 | 4 | |
| 262 | 564 | |
| -0.4% | 1.1% | |
| 8.2 | 9.6 | |
| 7 days ago | 4 days ago | |
| Rust | Rust | |
| MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gir
Posts with mentions or reviews of gir. We have used some of these posts to build our list of alternatives and similar projects.
- Including C code that requires glib 2?
bindgen is not ideal for generating bindings to GLib/GObject-based libraries. You probably want to take a look at https://github.com/gtk-rs/gir, which is used to generate the GTK/GStreamer/etc bindings.
gstreamer-rs
Posts with mentions or reviews of gstreamer-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-04.
- What features would you consider missing/nice to haves for backend web development in Rust?
Have you had a chance to take a look at Rust bindings for GStreamer? Those look pretty solid, and Rust is said to be one of officially supported languages.
- Video player for Rust?
There's gstreamer rust bindings.
- About video editing
I saw a similar state when I went to write a video application in rust. I ended up choosing to use gstreamer. It's not as popular as ffmpeg, but I liked the API more.
- Hardware accelerated video decoding in Rust?
What are some alternatives?
When comparing gir and gstreamer-rs you can also consider the following projects:
eyedropper - Pick and format colors
gst-plugin-rs - Rust crate for writing GStreamer plugins and various plugins - This repository moved to https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
rust-macios - Rust bindings to frameworks made by Apple
gst-plugin-ndi - GStreamer NDI Plugin for Linux
gtk4.cr - GTK4 bindings for Crystal
libmpv-rs - A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.