Hi there !
It’s time I start writing a GUI for rubyk (open source osc/network based patcher). I decided long ago that I wanted to use Juce for the following reasons (prioritized):
- cross-platform
- C++
- clean, consistent UI
- introductory (bedside) documentation
- no scripting
All is nice except… I cannot find a book on juce and it’s a huge library to swallow in one shot. So I looked at alternatives and thought of Qt. Pros for Qt:
- cross-platform
- C++
- books
- IDE
- scripting
- not so nice UI
- not so nice community
The scripting is needed so that devices can upload a custom interface (sliders, buttons arrangement). But I could write some lua bindings and that’s not such a big deal.
Here comes the questions:
- What was your experience when starting with juce (learning curve, etc) ?
- What is your advice ?
Gaspard
