PDA

View Full Version : Is there a framework for c?(No c++)



rezas1000
13th August 2014, 14:09
Hi!
Is there a framework (Like Qt) for c?(No c++)
thanks.

faldzip
13th August 2014, 14:24
Yes, there is EFL - Enlightenment Foundation Libraries. But I would not use it unless I really had to, as you would probably complete your task with C++ and Qt already, while with the same amount of time you would do 10% of the same task with C and EFL.

anda_skoa
13th August 2014, 15:26
And there is GTK+ and the GLib library eco system.

But not even close in multiplatform support, API consistence or documentation.

Cheers,
_