cl-gtk4 VS cl-gobject-introspection-wrapper

Compare cl-gtk4 vs cl-gobject-introspection-wrapper and see what are their differences.

cl-gtk4

GTK4/Libadwaita/WebKit2 bindings for Common Lisp. (by bohonghuang)

cl-gobject-introspection-wrapper

Wrap and call GObject Introspection FFI function in LISP style. (by bohonghuang)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cl-gtk4 cl-gobject-introspection-wrapper
7 1
206 18
- -
5.0 3.5
30 days ago 8 months ago
Common Lisp Common Lisp
GNU Lesser General Public License v3.0 only GNU Lesser General Public License v3.0 only
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.

cl-gtk4

Posts with mentions or reviews of cl-gtk4. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.
  • Did anybody had recently any luck using SBCL with GTK4 using sb-alien?
    2 projects | /r/Common_Lisp | 22 Dec 2022
    Wow, you asked and you got a nice answer. Cool. https://github.com/bohonghuang/cl-gtk4/issues/4
  • Status update on my CL editor
    7 projects | /r/lisp | 21 Oct 2022
    Notably - 1. https://github.com/lispnik/iup/ 2. https://gitlab.com/eql/lqml 3. https://github.com/bohonghuang/cl-gtk4
  • GTK4 Bindings for Common Lisp
    1 project | /r/hypeurls | 20 Sep 2022
    4 projects | news.ycombinator.com | 20 Sep 2022
    This is neat, but the ergonomics of using the GTK4 library (especially now) does not lend itself well to being 'lisp-ified'. Just take a look at the web browser code[0], which is surprisingly short but incredibly obtuse. It's already hard enough writing GTK interfaces in expressive languages like Rust and Go, seeing it for Lisp makes me wonder who the target audience is...

    That being said, we have been promised something of a redesign for GTK 4.4, I think. If they fix the weird builder/closure pattern for building UIs, I think they'll be back on track to being treated as a "real" GUI tooklit again.

    [0] https://github.com/bohonghuang/cl-gtk4/blob/master/examples/...

  • [cl-gtk4] Writing beautiful GUI with Common Lisp and GTK4
    3 projects | /r/lisp | 16 Sep 2022

cl-gobject-introspection-wrapper

Posts with mentions or reviews of cl-gobject-introspection-wrapper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-16.
  • [cl-gtk4] Writing beautiful GUI with Common Lisp and GTK4
    3 projects | /r/lisp | 16 Sep 2022
    The wrapper-related code is in this repository: cl-gobject-introspection-wrapper. It just converts the GIR functions, constants and enumerations into LISP-style definitions, and the FFI invocation is handled by cl-gobject-introspection.

What are some alternatives?

When comparing cl-gtk4 and cl-gobject-introspection-wrapper you can also consider the following projects:

parrot - A cross-platform Common Lisp editor

swank-client - A Swank client implemented in JavaScript

iup - Common Lisp CFFI bindings to the IUP Portable User Interface library (pre-ALPHA)

clog - CLOG - The Common Lisp Omnificent GUI

cl-gobject-introspection

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.