Very helpful introduction! Many thanks for your good work
@cpr23236 жыл бұрын
I have enjoyed your videos. Just a couple of pointers. You don't need to use a locally declared Array, as you can just access FlexBox::items directly, eg. flexBox.items.add(FlexItem(x,y,component)). and second, ideally your FlexBoxes would be members of your class, which you can set up in the ctor, and just call FlexBox::performLayout in repaint. :)
@dpsproservices4 жыл бұрын
at 25:55 line 131 flexbox2.items = itemsArray2; not flexbox2.items = itemsArray;
@jstov6 жыл бұрын
very helpful! thanks.
@MANIBHATIA6 жыл бұрын
can i make a DAW using juce ?? please guide
@christophrohde14156 жыл бұрын
Regards from Germany, thanks you helped me, to complete one of my goals for my work. Maybe you can make a video were you couple this one with a background pic ? Best wishes
@jacobberentsen96446 жыл бұрын
I love your tutorials, i was just wondering if you have a tut where you show how to render images on the screen(skipped alot of tuts to maby get your attentcion) im new btw Jacob