Interactive framework building with JUCE

So I was deciding between QT and JUCE and decided to pick JUCE, for it’s nicer look. I’m very new to C++ coding, more familiar with Web languages, and did like the way QT had their own QTDesigner, where it was as simple as drag and drop and make your application that way. Is something like a drag and drop interactivity available in JUCE? Or something similar than just programming?

Thanks!

From https://juce.com/projucer

Design user interfaces

  • Add and manipulate components with the GUI Editor
  • Resize your screen and components
  • Use a colour picker
  • Change the Look & Feel
  • Import SVG files as code, no dependencies to the file required
1 Like

I can’t figure out how to toggle or switch to that view. Is there a way to do that from the text editor?

EDIT: Found this GUI Editor basics