Search found 1 match

by nickjonson
Tue Aug 06, 2019 7:34 am
Forum: Open Discussion
Topic: Should I use a cross-platform GUI-toolkit or rely on the native ones?
Replies: 2
Views: 12628

Should I use a cross-platform GUI-toolkit or rely on the native ones?

On my side job as programmer, I am to write a program in C++ to convert audio files from/to various formats. Probably, this will involve building a simple GUI. Will it be a great effort to build seperate GUIs for Mac and Windows using Cocoa and WinForms instead of a cross-platform toolkit like Qt or...