owlkettle VS cbindgen

Compare owlkettle vs cbindgen and see what are their differences.

cbindgen

A project for generating C bindings from Rust code (by mozilla)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
owlkettle cbindgen
8 19
359 2,189
- 1.8%
8.5 7.5
17 days ago 5 days ago
Nim Rust
MIT License Mozilla Public License 2.0
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.

owlkettle

Posts with mentions or reviews of owlkettle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.
  • Writing Gnome Apps with Swift
    11 projects | news.ycombinator.com | 27 Mar 2024
    This is really cool! I love the JSX-like approach to UI and it's a shame it's not so common on desktop. https://github.com/can-lehmann/owlkettle is the only thing I find comparable.
  • Owlkettle – declarative GUI framework for Nim
    1 project | news.ycombinator.com | 20 Feb 2024
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Ones that have not been mentioned so far:

    nlvm is an unofficial LLVM backend: https://github.com/arnetheduck/nlvm

    npeg lets you write PEGs inline in almost normal PEG notation: https://github.com/zevv/npeg

    futhark provides for much more automatic C interop: https://github.com/PMunch/futhark

    nimpy allows calling Python code from Nim and vice versa: https://github.com/yglukhov/nimpy

    questionable provides a lot of syntax sugar surrounding Option/Result types: https://github.com/codex-storage/questionable

    ratel is a framework for embedded programming: https://github.com/PMunch/ratel

    cps allows arbitrary procedure rewriting to continuation passing style: https://github.com/nim-works/cps

    chronos is an alternative async/await backend: https://github.com/status-im/nim-chronos

    zero-functional fixes some inefficiencies when chaining list operations: https://github.com/zero-functional/zero-functional

    owlkettle is a declarative macro-oriented library for GTK: https://github.com/can-lehmann/owlkettle

    A longer list can be found at https://github.com/ringabout/awesome-nim.

  • Simple Gamepad Support
    7 projects | /r/nim | 10 May 2023
    Although for a GUI (if I even made one, rather than just a fixed/hardcoded setup) I'd probably use Owlkettle(though there are some things I don't like about it, see closed issue 16).
  • Forte! A new way of writing Gtk apps for GNOME.
    3 projects | /r/gnome | 16 Jan 2023
    A similar library in nim is https://github.com/can-lehmann/owlkettle
  • How should one start a GUI library
    1 project | /r/nim | 10 Dec 2022
    There's also Owlkettle that seems a bit easier/cleaner IMO, though when I tried it I had some issues (clunky container workflow, wanting better scaling) and would prefer something similar using Qt.
  • Show HN: Owlkettle – A Declarative user interface framework based on GTK 4
    1 project | /r/hypeurls | 15 Jul 2022
    3 projects | news.ycombinator.com | 15 Jul 2022

cbindgen

Posts with mentions or reviews of cbindgen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-07.
  • Hello World in Go From Rust
    2 projects | dev.to | 7 Jan 2024
    Golang uses cgo to communicate with external C libraries and Rust uses FFI (Foreign function interfaces) to export C functions. Additionally, a library for automatically generating bindings can be used to generate the header files (.h). In our case, we'll only be exporting two C functions, so using cbindgen is overkill but we'll use it regardless because why not?  Firstly, we'll write the rust functions we want to export. We'll start by creating a new rust library:
  • Ask HN: Automating multi-lang communication with a meta programming language
    1 project | news.ycombinator.com | 11 Oct 2023
    [1]: https://github.com/mozilla/cbindgen
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    As a 2-step approach, you could also probably use https://github.com/mozilla/cbindgen and then Nim's native C FFI.
  • ffizz: Build a Beautiful C API in Rust
    6 projects | dev.to | 20 Jun 2023
    The tooling for the first kind -- calling Rust from another language -- is a bit less developed, and tends to rely on code generation that doesn't necessarily produce a natural C API. cbindgen, uniffi, cxx, and Diplomat all take this course.
  • How can I use rust libraries in zig/C
    2 projects | /r/rust | 16 Apr 2023
    There's also cbindgen for automating the generation of C headers once you've got your code in the right shape and you'll also want to read the Rustonomicon.
  • C Strings and my slow descent to madness
    3 projects | news.ycombinator.com | 6 Apr 2023
    You can backport Rust standard library to C using https://github.com/eqrion/cbindgen .
  • Rust FFI and cbindgen: Integrating Embedded Rust Code in C
    2 projects | dev.to | 23 Jan 2023
    Later we'll see what cbindgen essentially does is receive a configuration and a Rust library and then spit out a C header (.h) file. One might think that what cbindgen is doing might not be that special and can be done by hand. In which some cases that might be true if the project is simple enough. Though additionally as the cbindgen documentation states:
  • Nautilus just fucked me. (Gnome paper cuts)
    3 projects | /r/linux | 14 Dec 2022
    Fuck it, I'll take the bait. Rust allows for amazing C interop by allowing for exporting of C types as a dynamic library, like C. Unlike C, this still allows for Rust's advanced checking at compile time. librsvg is one such library that is being used in the GTK ecosystem that is also almost completely Rust. You can use tools like cbindgen to generate C bindings.
  • Hey Rustaceans! Got a question? Ask here! (47/2022)!
    10 projects | /r/rust | 21 Nov 2022
    Or alternatively cbindgen to create the header file from the Rust source.
  • 7 ways to pass a string between 🦀 Rust and C
    3 projects | dev.to | 30 Jul 2022
    The easiest way to obtain the headers for the rust code is to use the cbingen library.

What are some alternatives?

When comparing owlkettle and cbindgen you can also consider the following projects:

Relm4 - Build truly native applications with ease!

rust-bindgen - THIS CRATE IS DEPRECATED, please use https://github.com/servo/rust-bindgen.

ImThemes - Dear ImGui style browser and editor written in Nim

cxx - Safe interop between Rust and C++

NiGui - Cross-platform desktop GUI toolkit written in Nim

rusty-cheddar - A Rust crate for automatically generating C header files from Rust source file.

nimgram - An MTProto client written in Nim 👑

flutter_rust_bridge - Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.

futhark - Automatic wrapping of C headers in Nim

tch-rs - Rust bindings for the C++ api of PyTorch.

awesome-nim - A curated list of awesome Nim frameworks, libraries, software and resources.

Module Linker - browse modules by clicking directly on "import" statements on GitHub