Search

Search found 1 match

by Veso42
Wed Nov 13, 2024 2:21 pm
Forum: Software
Topic: Cross-platform software development
Replies: 3
Views: 14576

Re: Cross-platform software development

Hey! Sounds like a cool project! Developing a cross-platform app like a music player is definitely achievable, and using Qt or GTK for the GUI is a solid choice, especially if you want it to run smoothly on both OS X and Windows. Qt has strong cross-platform capabilities, and you’ll find that C++ ...