C ++ Frameworks: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== JUCE ===== https://juce.com/ is a partially open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is us...") |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===== JUCE ===== | ===== [[JUCE]] ===== | ||
https://juce.com/ | https://juce.com/ | ||
is a partially open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries. The aim of JUCE is to allow software to be written such that the same source code will compile and run identically on Windows, Mac OS X and Linux platforms. It supports various development environments and compilers. https://en.wikipedia.org/wiki/JUCE | is a partially open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries. The aim of JUCE is to allow software to be written such that the same source code will compile and run identically on Windows, Mac OS X and Linux platforms. It supports various development environments and compilers. https://en.wikipedia.org/wiki/JUCE | ||
===== VULT ===== | ===== VULT ===== | ||
==== | ===== Resources ===== | ||
* https://github.com/olilarkin/awesome-musicdsp | |||
Latest revision as of 11:09, 17 August 2022
JUCE[edit]
https://juce.com/ is a partially open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries. The aim of JUCE is to allow software to be written such that the same source code will compile and run identically on Windows, Mac OS X and Linux platforms. It supports various development environments and compilers. https://en.wikipedia.org/wiki/JUCE