Set Up WebViews in Your Audio Plugin UI | JUCE 8 WebViews Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 12

  • @ngideo
    @ngideo 5 หลายเดือนก่อน +4

    I was able to get the web app I've been developing over the last year running in a JUCE web component today, and it all works! I cannot express how grateful I am to the folks at JUCE and to you Jan for this great tutorial! This opens up so many possibilities for me!

    • @JUCElibrary
      @JUCElibrary  5 หลายเดือนก่อน

      Awesome, great to hear!

  • @cybergwen
    @cybergwen 4 หลายเดือนก่อน +2

    Great intro, thanks 😁 Having the full frontend power of React and WebGL with the full processing power of JUCE combined ... that'll be neat 🥰

  • @defensive-clip-padlock
    @defensive-clip-padlock 2 หลายเดือนก่อน +1

    This was massively insightful. I appreciated that you explained concepts as you went... it was a useful appendix to the JUCE example. Can't wait to try this out. 🔥🔥🔥

  • @thomaschester1344
    @thomaschester1344 6 หลายเดือนก่อน +1

    Excited to start using this, thanks for uploading!

    • @JUCElibrary
      @JUCElibrary  5 หลายเดือนก่อน

      Great, thanks!

  • @erikjourgensen
    @erikjourgensen 5 หลายเดือนก่อน +1

    This is so fun, thank you!

  • @CristianVogel
    @CristianVogel 5 หลายเดือนก่อน +1

    Fantastic , thanks Jan !

  • @leehu1971
    @leehu1971 4 หลายเดือนก่อน +3

    Does all that custom setup for windows need to be done by the user?

    • @KSStudio-s9e
      @KSStudio-s9e 3 หลายเดือนก่อน

      I have this question as well

    • @jivers
      @jivers 2 หลายเดือนก่อน +2

      Same! I would love to see a tutorial on actually building and packaging WebView plugins for release...

    • @JUCElibrary
      @JUCElibrary  4 วันที่ผ่านมา

      No, what's shown in the tutorial is only needed on the developer machine. However, to distribute your app or plugin with WebViews on Windows, you need to distribute the WebView2 Runtime with your installer. Here's Microsoft's documentation on this topic: learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/deployment-distribution
      There is a video on packaging JUCE WebView plugins for distribution in the works so stay tuned!