JUCE C++ open source programs

I’m new to JUCE and c++. I wanted to ask if there is a place online to download other peoples programs, to learn and hack ect?

Many thanks

I don’t think there’s any central place that lists those, but by googling for Github, Bitbucket, Sourceforge and Juce related keywords you will probably find something.

My current large Juce project is hosted at :
https://bitbucket.org/xenakios/paulstretch2017/src/

That does however have some large additional dependencies besides JUCE, so it’s not that suitable for newcomers to tinker with.

JUCE itself of course comes with various example applications/plugins…So you could duplicate those projects and experiment with those.

1 Like