libcosmic VS cglue

Compare libcosmic vs cglue and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
libcosmic cglue
8 10
277 166
7.9% -
9.7 5.2
7 days ago 12 days ago
Rust Rust
Mozilla Public License 2.0 MIT License
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.

libcosmic

Posts with mentions or reviews of libcosmic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.

cglue

Posts with mentions or reviews of cglue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • Any sort of plugin engine with dynamic load ability and any limitations?
    5 projects | /r/rust | 23 Apr 2023
    Shameless plug - you may want to check out cglue, which lets you mix and match rust versions, and even implement plugins in other languages like C++: https://github.com/h33p/cglue
  • GATs in dynamic traits - CGlue 0.2.12 Release
    1 project | /r/rust | 16 Nov 2022
    You can grab CGlue from my GitHub.
  • Plugins in Rust: Wrapping Up
    4 projects | /r/rust | 27 Jul 2022
    I honestly wouldn't say that much has changed during this year. I do see some progress on new libraries like xlang_abi, safer_ffi or cglue, but it's still too early to know, and existing ones like abi_stable move quite slowly.
  • Designing a Rust -> Rust plugin system
    4 projects | /r/rust | 24 Jan 2022
    You might wanna take a look at cglue: https://github.com/h33p/cglue
  • Exploring System76's New Rust Based Desktop Environment
    7 projects | /r/pop_os | 12 Jan 2022
    Importing Rust is the same process as you'd use to import a C library, but there's a lot of people actively invested in this area so there's likely already automated tooling of some sort. Google uses https://cxx.rs for automating C++ bindings to Rust libraries, and lately there's been experiments like cglue to automate C bindings.
  • CGlue 0.2.4 Is Out For Easier Trait ABI Safety
    2 projects | /r/rust | 26 Dec 2021
    I'm proud to announce one final CGlue release for this year, the highlight being ability to use layout_checks feature on non-git builds!
  • CGlue 0.2 is out! Dynamically loadable traits in Rust, C and C++
    4 projects | /r/rust | 25 Nov 2021
    I have just added pre-generated headers, they are now on the repo. Yup, certainly not the cleanest, some whitespaces need fixing, but it wasn't the highest priority as it didn't affect functionality.
  • What are the options of distributing a closed-source library in Rust?
    6 projects | /r/rust | 8 Nov 2021
    Depending on how big your API surface is (and how trait heavy it is), you may want to look into [shameless_plug] automatically generating it with cglue. That's what we did for memflow. [/shameless_plug] It's goals are not much different from abi_stable (in fact, rather a small subset of it focused on traits), but does create C-compatible code.
  • Plugins in Rust: Diving into Dynamic Loading | nullderef.com
    6 projects | /r/rust | 6 Oct 2021
    It seems like we are trying to solve roughly the same problems when it comes to loading plugins and keeping it all ABI safe. Might be worth checking out CGlue (full disclosure: it's my project). While I do not have async trait support, it would be a really interesting challenge to tackle. The ultimate goal for the project is to be a dead simple code generator that would even allow to write plugins in C/C++, and I currently have sweeping changes underway to get it there.

What are some alternatives?

When comparing libcosmic and cglue you can also consider the following projects:

windows-drivers - Windows Drivers for System76 Open Firmware Machines

interoptopus - The polyglot bindings generator for your library (C#, C, Python, …) 🐙

cosmic-comp - Compositor for the COSMIC desktop environment

memflow - physical memory introspection framework

bevy - A refreshingly simple data-driven game engine built in Rust

Relm4 - Build truly native applications with ease!

cbindgen - A project for generating C bindings from Rust code

iced - A cross-platform GUI library for Rust, inspired by Elm

safer_ffi - Write safer FFI code in Rust without polluting it with unsafe code

cosmic-epoch - Next generation Cosmic desktop environment

abi_stable_crates - Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.