Leverage the power of the JUCE framework to start developing applications Overview Begin developing user interfaces in code or with a graphical editor Build and run the Introjucer tool Create a JUCE project with the Introjucer tool In Detail There are a number of frameworks available for developing cross-platform applications. JUCE achieves this with a combination of consistency, ease-of-use, and breadth of functionality. JUCE is a C++ toolkit for building cross-platform applications on PC, Mac, Linux, iOS, and Android. It encourages you to write consistent code and is particularly good for complex, customized GUIs and audio/midi processing; it also includes a vast range of classes to help with all your day-to-day programming tasks Getting Started ...