Focus of this tutorial is to write a counter app with GTK 4 and Rust.Project SetupLet's begin by installing all necessary tools. First, follow the instructions on the GTK website in order to install GTK 4. Then install Rust with rustup. We are targeting GTK4, Rust 1.75 and gtk-rs ...
I don’t know much about gstreamer, but I was told that it is used with Python and lately with Rusts bindings, so there may be some use case. gstBasicTutorial1.nim # https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html?gi-language=c # nim c gstBasicTutorial...