1 Star 0 Fork 12

xiejian/JUCE

forked from Gitee 极速下载/JUCE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
ISC
![alt text](https://assets.juce.com/juce/JUCE_banner.png "JUCE") JUCE is an open-source cross-platform C++ application framework used for rapidly developing high quality desktop and mobile applications, including VST, AU (and AUv3), RTAS and AAX audio plug-ins. JUCE can be easily integrated with existing projects or can be used as a project generation tool via the [Projucer](https://juce.com/discover/projucer), which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks, CLion and Linux Makefiles as well as containing a source code editor and live-coding engine which can be used for rapid prototyping. ## Getting Started The JUCE repository contains a [master](https://github.com/juce-framework/JUCE/tree/master) and [develop](https://github.com/juce-framework/JUCE/tree/develop) branch. The develop branch contains the latest bugfixes and features and is periodically merged into the master branch in stable [tagged releases](https://github.com/juce-framework/JUCE/releases) (the latest release containing pre-built binaries can be also downloaded from the [JUCE website](https://juce.com/get-juce)). JUCE projects can be managed with either the Projucer (JUCE's own project-configuration tool) or with CMake. ### The Projucer The repository doesn't contain a pre-built Projucer so you will need to build it for your platform - Xcode, Visual Studio and Linux Makefile projects are located in [extras/Projucer/Builds](/extras/Projucer/Builds) (the minumum system requirements are listed in the __System Requirements__ section below). The Projucer can then be used to create new JUCE projects, view tutorials and run examples. It is also possible to include the JUCE modules source code in an existing project directly, or build them into a static or dynamic library which can be linked into a project. For further help getting started, please refer to the JUCE [documentation](https://juce.com/learn/documentation) and [tutorials](https://juce.com/learn/tutorials). ### CMake Version 3.15 or higher is required for plugin projects, and strongly recommended for other project types. To use CMake, you will need to install it, either from your system package manager or from the [official download page](https://cmake.org/download/). For comprehensive documentation on JUCE's CMake API, see the [JUCE CMake documentation](/docs/CMake API.md). For examples which may be useful as starting points for new CMake projects, see the [CMake examples directory](/examples/CMake). #### Building Examples To use CMake to build the examples and extras bundled with JUCE, simply clone JUCE and then run the following commands, replacing "DemoRunner" with the name of the target you wish to build. cd /path/to/JUCE cmake . -B cmake-build -DJUCE_BUILD_EXAMPLES=ON -DJUCE_BUILD_EXTRAS=ON cmake --build cmake-build --target DemoRunner ## Minimum System Requirements #### Building JUCE Projects - __macOS/iOS__: macOS 10.11 and Xcode 7.3.1 - __Windows__: Windows 8.1 and Visual Studio 2015 64-bit - __Linux__: GCC 4.8 - __Android__: Android Studio on Windows, macOS or Linux #### Deployment Targets - __macOS__: macOS 10.7 - __Windows__: Windows Vista - __Linux__: Mainstream Linux distributions - __iOS__: iOS 9.0 - __Android__: Jelly Bean (API 16) ## Contributing For bug reports and features requests, please visit the [JUCE Forum](https://forum.juce.com/) - the JUCE developers are active there and will read every post and respond accordingly. When submitting a bug report, please ensure that it follows the [issue template](/.github/ISSUE_TEMPLATE.txt). We don't accept third party GitHub pull requests directly due to copyright restrictions but if you would like to contribute any changes please contact us. ## License The core JUCE modules (juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events) are permissively licensed under the terms of the [ISC license](http://www.isc.org/downloads/software-support-policy/isc-license/). Other modules are covered by a [GPL/Commercial license](https://www.gnu.org/licenses/gpl-3.0.en.html). There are multiple commercial licensing tiers for JUCE, with different terms for each: - JUCE Personal (developers or startup businesses with revenue under 50K USD) - free - JUCE Indie (small businesses with revenue under 500K USD) - $40/month - JUCE Pro (no revenue limit) - $130/month - JUCE Educational (no revenue limit) - free for bona fide educational institutes For full terms see [LICENSE.md](LICENSE.md).

简介

JUCE (Jules' Utility Class Extensions)是由Raw MaterialSoftware发布的一套基于C++的跨平台应用程序框架类库(Windows 展开 收起
C/C++
ISC
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/xiejian601/JUCE.git
git@gitee.com:xiejian601/JUCE.git
xiejian601
JUCE
JUCE
master

搜索帮助