HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. mrcurious
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Groups 0

    Topics

    • M

      What are you using to build UI for your plugin? What's your preferred way and why?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      480 Views
      A

      @Christoph-Hart the web dev tools are very far ahead, as well as accessibility compatibility, testing etc. Not even gonna go into the available libraries and the fact that you can get ChatGPT help whenever you're stuck.

      I'm currently using Svelte+SvelteKit for one interface, and it's just so nice working with it. As if Svelte's modularity-focused approach wasn't enough, the deployment for HISE/WebView is a breeze. You install any library you want into the project, and in the end the SvelteKit static build compile pulls in only the stuff you used, gives you an index.html file with an accompanying _app directory and any assets that you put into the static dir. You point HISE to it and that's it.

    • M

      Buildling HISE from latest branch and commit throws error in xcode mac m1 max sequoia

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      22
      0 Votes
      22 Posts
      633 Views
      d.healeyD

      @jmannix Thanks for confirming, sorry about that, I'll make a PR now to fix the problem.

      Link Preview Image Move Linux faust fakelib to linux subfolder, to avoid conflict on OSX by davidhealey · Pull Request #735 · christophhart/HISE

      The fakelib I added for Linux is being picked up on OSX and causing build issues there. This moves the fakelib into a subfolder which avoids the issue. Forum thread: https://forum.hise.audio/topic/...

      favicon

      GitHub (github.com)