Developing Graphical User Interfaces with JUCE - Julian Storer - JUCE Tutorial 2015

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 21

  • @pepe6666
    @pepe6666 5 лет назад +2

    10:10 the removing bits of the rectangle technique is awesome. you could do this in android's linearlayout which was awesome before they turned all materialdesign or whatever & reinvented all the UI components

  • @tim_arterbury
    @tim_arterbury 8 лет назад +2

    Wow the rectangle layout technique is super cool

  • @tim_arterbury
    @tim_arterbury 8 лет назад +2

    The setOpaque function for Components solved a huge problem for me the other day. Everything in my main component was getting repainted over and over, and then I realized one of my visualiser components was being perceived as transparent even though it was opaque. This visualiser was attempting to redraw itself at 60 fps therefore causing everything behind it to be repainted too (this caused the repainting of the main component too). All I had to do was add setOpaque(true) in the constructor of my visualiser and then the main component didn't continually repaint itself!

  • @spinthma
    @spinthma 2 года назад +1

    Hi…:, 7 years later :)

  • @kv331audio
    @kv331audio 6 лет назад +3

    Is there a WYSIWYG GUI Editor available?

  • @TonyVieira
    @TonyVieira 8 лет назад +8

    Is Part 2 availlable ?

    • @chunkyMunky329
      @chunkyMunky329 5 лет назад

      Yes. ruclips.net/video/hvIcczswccI/видео.html

  • @mohammadyasein7105
    @mohammadyasein7105 6 лет назад

    awesome but can i use only c without c++

    • @chunkyMunky329
      @chunkyMunky329 5 лет назад +2

      Of course not. JUCE is a collection of classes. C does not have classes, so how can you use the JUCE classes in C?

    • @WouterStudioHD
      @WouterStudioHD 4 года назад

      You shouldn't want to

  • @RivenbladeS
    @RivenbladeS 7 лет назад

    how juce is open source but you have to pay?Pls someone explain to me. I am not familiar of the concept of open source maybe

    • @andrewcath4615
      @andrewcath4615 7 лет назад +2

      Juce is free to use for home projects and experimenting.You do not have to pay unless you decide to release a juce based project commercially.

    • @RivenbladeS
      @RivenbladeS 7 лет назад

      ok.so because of open source,you can also see the code but the license says that you have to pay when releasing?

    • @RivenbladeS
      @RivenbladeS 7 лет назад

      or i could look at source code and change it and make it my own.Thats what open source means

    • @RivenbladeS
      @RivenbladeS 7 лет назад

      James Jeffery ok thanks

    • @RivenbladeS
      @RivenbladeS 7 лет назад +1

      James Jeffery​ i agree. the thing that bothers me is that some people make blender python plugins but they dont post their code on github.they sell them even though they should be open sourced

  • @RemixOS-e4n
    @RemixOS-e4n 5 месяцев назад +1

    LOW PROJECT !!