Some questions of Mine

What are the JUCE’s dependencies?
Can I make a GUI and Desktop Environment (like GNOME and KDE) by using JUCE?
Does JUCE need X or Wayland like Qt and GTK+?
Where can I download a high-resolution (PNG) JUCE logo(s)?

JUCE has very little dependencies on OS X and Windows. On Linux the list of dependencies can be found here. Many of the dependencies are build-time dependencies (like libjack): only you need to have them to build your JUCE app, but your users do not need them.

Currently JUCE only works on X - no wayland support. It does not require Qt or GTK.

Here is a high-res png of the JUCE logo:

https://drive.google.com/file/d/0B3yZpQ3OG9ShazlFbFhTbDNTWDQ/view?usp=sharing

1 Like