Our great sponsors
-
-
have you tried this? https://github.com/ToshioCP/Gtk4-tutorial also https://github.com/frang75/nappgui is very interesting and promising.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
have you tried this? https://github.com/ToshioCP/Gtk4-tutorial also https://github.com/frang75/nappgui is very interesting and promising.
-
libui
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
https://github.com/andlabs/libui is very nice, but unfortunately dead, if it serves your purpose consider using it, this is a fork under development https://github.com/libui-ng/libui-ng
-
libui-ng
libui-ng: a portable GUI library for C. Fork of https://github.com/andlabs/libui. "libui for the next generation"
https://github.com/andlabs/libui is very nice, but unfortunately dead, if it serves your purpose consider using it, this is a fork under development https://github.com/libui-ng/libui-ng
-
I don't know about this one, but seems alright https://github.com/raysan5/raygui
Related posts
- creating gamedev tools with a gui in C ?
- What ImGUI library would work well with programs written in C?
- Ideas for fast UI that can be easily rendered using OpenGL
- LOVE-LOVE learning C! Writing lots of small C programs for pure fun and joy! But alas, seems like C is wrong tool for my projects, due to GUI/Graphics needs. :( fantasizing that maybe C-Ninjas can one day create a modern GUI-lib for C, that is EASY to use, and runs on all 5 major platforms today?
- GUI with c.