satg
satg

Reputation: 81

GUI Development for Audio Software development?

I am new to GUI programming and I would like some suggestions with how to get started with this subject. I need to develop GUI parts for software prototypes and interfaces for software products.

I currently have a Windows computer running Win 7 and I have Visual Studio 2008 and 2010. I would truly appreciate any help on to what software tools (frameworks, IDE's, programming languages,etc) I could pickup to get the job done and be able to proficiently create good applications.

I have experience in C++ and some java, however I am completely open to learning any other language if its the best choice for what I want to accomplish. Thank you very much in advance.

Sergio

Upvotes: 0

Views: 580

Answers (2)

solo1h
solo1h

Reputation: 31

Try JUCE, it designed for this stuff.

Upvotes: 1

yolo
yolo

Reputation: 2795

for cross platform app production, Nokia Qt Toolkit is the best option. For windows only, Visual Studio has a builtin Windows Forms Designer or you could use the WPF Designer for GUI. Do you need audio libraries as well (your question is unclear)?

Upvotes: 1

Related Questions