Line 689: |
Line 689: |
| | | |
| ====Juce==== | | ====Juce==== |
| + | |
| + | https://github.com/rec/echomesh/blob/master/documentation/Building%20Juce%20applications%20on%20the%20Raspberry%20Pi.md |
| + | |
| + | Juce is a popular and stable cross-platform open-source C++ development system that lets you write an application as a single codebase that works on Windows, OS/X and Linux. |
| + | |
| + | Juce has a huge number of components relating to pretty well anything you need - GUI, audio processing, networking, etc. - and is particularly popular amongst audio software developers. You can find a lot more information and some snappy demos on the Juce site. |
| + | |
| + | It turns out that Juce supports the Raspberry Pi "out of the box" as long as you install a few libraries before you start. I created a sample application on the Mac, copied it to a Raspberry Pi and compiled it, and it worked right the first time! |
| | | |
| ====DPF==== | | ====DPF==== |