سؤال

أنا أبحث عن مجموعة أدوات القطعة عبر النظام الأساسي الذي يمكنني استخدامه للحصول على تطبيق C الذي أقوم بتطويره.سيكون هذا التطبيق بمثابة نهاية أمامية صغيرة فقط.أنا حريص على التصميم الجيد وسهولة الاستخدام.السرعة هي أقل من الأولوية، لكنني ما زلت أحب شيء خفيف الوزن.

أدرك أن أسئلة مماثلة قد طلبت، ولكن أود إجابة بناء على متطلباتي.

هل كانت مفيدة؟

المحلول

For C, I'd say the prime canditate is gtk. You'd want to use C++ for qt or wxwidgets, though the latter also has lua (yay!) bindings, which is the C way to get around Greenspun's tenth rule. Depending on your application domain less-hyped (but still mature) libraries like agar deserve some consideration. I'd mention fltk if it weren't for C++, too. Truly leet people would use xaw and have users install an X server under windows. On an again more serious note, eagle has to be mentioned just for coolness value, although being C++, too. Wikipedia gives yet more options.

نصائح أخرى

The most obvious choice for C would probably be GTK+ (and yes, despite the "+" in the name, it's a C toolkit, though you can certainly use it from C++).

I would say, use GTK-server.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top