Page 2 of 2

Re: GUI: JUCE ?

Posted: Sat Jul 06, 2019 1:40 pm
by jonetsu
rghvdberg wrote:ftr DPF has a graphics toolkit built in but minimalistic.
I've seen your example on KVR, looks nice.


https://www.kvraudio.com/forum/viewtopi ... 1&start=75


ninjas2.jpg
ninjas2.jpg (33.23 KiB) Viewed 526 times

Re: GUI: JUCE ?

Posted: Sun Sep 15, 2019 8:11 pm
by Digital Larry
I took this course which covers the basics of plug in development on JUCE.

https://www.kadenze.com/programs/output ... c-and-juce

Although the class is targeted at Mac and Windows users, I wound up doing it on a Mac because that's what the instructors used and as such they don't even know when a Windows user might wind up in the weeds. They don't cover Linux at all specifically.

What I can tell you about the UI is that JUCE's built in UI elements are very spartan. Apparently it is also possible to replace them with something more elaborate and this seems to be much of the focus of the follow on course which costs $500. I didn't take that one.

I also took a course in FAUST: https://www.kadenze.com/courses/real-ti ... faust/info

This lets you make cross platform apps or plugins using a somewhat bizarre but very compact way of representing things. I wrote VST plugins, Android apps, and standalone Mac apps in this class. Subsequently I got FAUST running on a Bela. That was all loads of fun but since I'm in a studio environment and don't really need to ever move anywhere I figure why not just build this stuff up using a computer rather than a low powered thing like a Raspberry Pi.