+ 1
Can I make GUI with C?
Is there any option for creating a functional GUI with C?
1 Answer
+ 8
It depends on your needs.
If you want animations, drawing, games I suggest you to look at SDL.
But if you just want buttons, menu, etc take a look at GTK.