home.social

#bindings — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bindings, aggregated by home.social.

  1. You can now use Ratatui in Python! 🐀🥳

    🐍 **PyRatatui** — Python bindings for @ratatui_rs

    💯 Build high-performance TUIs in Python with 35+ widgets, async & effects

    🦀 Backed by Rust via PyO3

    ⭐ GitHub: github.com/pyratatui/pyratatui

  2. 🎉 Ah, yet another attempt to turn SQLite's #B-tree into a groundbreaking #key-value store! Because, you know, #reinventing the #wheel is the new black. 🚀 Let’s all pretend it's not just #Ctrl+C, #Ctrl+V with a fancy name and sprinkle of #Python #bindings for extra spice! 😂
    github.com/hash-anu/snkv #SQLite #store #HackerNews #ngated

  3. Want to use @ratatui_rs in other languages?
    The FFI just dropped 🔥

    ➡️ **ratatui-ffi** — Native C ABI bindings for Ratatui.

    📦 Shipped as a tiny cdylib you can call from C, C#, Go, Python, TypeScript, & more.

    ⭐ GitHub: github.com/holo-q/ratatui-ffi

  4. In case you‘re interested in the state of (which turns out to be my project for learning GObject), I’ve put some notes here: git.nil.im/ObjFW/discussions/i

  5. Well, @bugaevc runs very quickly through some very sophisticated implementation details. It probably took months to get right what he references in some seconds…

    #GObject #bindings #guadec2025 #peel #Cplusplus

  6. Well, @bugaevc runs very quickly through some very sophisticated implementation details. It probably took months to get right what he references in some seconds…

  7. 🔧 "Bridging type systems"
    with Sergey Bugaev at #GUADEC2025
    📅 25 July 🕒 09:00 CEST 📍 Brescia

    💡 Sergey introduces peel, a fresh take on C++ bindings for GObject: zero overhead, full API coverage, deep type support.

    🔗 events.gnome.org/event/259/con

    #GNOME #CPlusPlus #GObject #Bindings #GTK

  8. If you are an #IoT #developer and need to combine several #protocol #bindings for an #IoT system, the acmeCSE provides a great environment for learning and experimentation acmecse.net/home/Supported/ #CoAP #http #MQTT #WebSocket

  9. If you are a #developer and need to combine several #protocol #bindings for an #IoT system, the ACME-CSE provides a great environment for learning and experimentation acmecse.net/home/Supported/ #CoAP #http #MQTT #WebSocket

  10. Does anyone know if there's an up-to-date program to generate #Rust #bindings to #GObjectIntrospection files? Nothing important really, I'm just messing around, trying to use #at-spi (one of #Gnome's accessibility libraries) from Rust. I could just generate bindings from the C library the old-fashioned way, but I'd love to use #GIR if I can.

    I found github.com/gi-rust/grust-gen, but it doesn't work and hasn't been updated since early 2018.