Getting Started with JUCE

P2P | EPUB | 2.05 MB
JUCE is a framework for developing cross-platform software in C++. JUCE itself comprises of a wide range of classes that solve common problems encountered when developing software systems. These include handling graphics, sound, user interaction, networks, and so on. Due to its level of audio support JUCE is popular for developing audio applications and audio plugins, although this is by no means limits its use to this domain. It is relatively easy to get started with JUCE, and each JUCE class offers few surprises. At the same time, JUCE is powerful and customizable with little effort.