Cross-platform Programming Toolkits

This post features software to create widget toolkits for creating graphical user interface (GUI).

List of cross-platform Widget Toolkits

Widget toolkits featured on this post:

  • GTK+
  • Qt
  • wxWidgets

GTK+

GTK, formerly GTK+, evolves from the GIMP Toolkit (GTK), that was the user interface developed for GIMP image editor.

It is written in C++.

It is free and open source.

It is developed by

https://www.gtk.org

Qt

Free and open source.

It is written in C++.

https://www.qt.io

wxWidgets

Free and open source.

For desktop applications.

It is written in C++.

https://www.wxwidgets.org

List of User Interface Designers

User interface designers featured on this post:

  • Glade Interface Designer
  • Cambalache

Glade Interface Designer

Glade Interface designer was an interface desinger for GTK+. It produced a XML-based GtkBuilder file as an output.

Its maintenance ceased in 2022. Its successor is Cambalache.

Glade Interface Designer at Wikipedia

Cambalache

Cambalache is a RAD tool to create user interfaces with GTK 4.

You might also be interested in…

Leave a Reply

Your email address will not be published. Required fields are marked *