-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package request: JUCE #252737
Comments
Hey @multivac61. I've created a derivation that works but just wanted to check with you that it's outputting the correct binaries first. My derivation outputs:
Is this correct? I'd tried using the releases upstream provides and noticed that they provide both a DemoRunner and a Projucer executable instead. |
Super cool @kashw2! Having the Projucer (optional executable to bootstrap JUCE projects) and DemoRunner executable available would be very nice. Here is the build step for the DemoRunner. Will the derivation also expose the library headers when developing using the JUCE application framework? |
At the moment I haven't had much luck getting Projucer running without core dumping less than a minute in. I've been able to get the DemoRunner to run though and could add that. At the moment it's just exposing Do you have a link to documentation on the library headers? |
Hi @multivac61 In the linked Pull Request I've now added the library headers. You'll be able to access them via the |
Project description
JUCE is an open-source cross-platform C++ application framework for creating high quality desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts. JUCE can be easily integrated with existing projects via CMake, or can be used as a project generation tool via the Projucer, which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks and Linux Makefiles as well as containing a source code editor.
Metadata
Building JUCE Projects
here).
Deployment Targets
Licensing
The core JUCE modules (juce_audio_basics, juce_audio_devices, juce_core and juce_events) are permissively licensed under the terms of the ISC license. Other modules are covered by a GPL/Commercial license.
There are multiple commercial licensing tiers for JUCE, with different terms for each:
The text was updated successfully, but these errors were encountered: