HISE Logo Forum
    • Categories
    • Register
    • Login

    What's your vector UI design workflow?

    Scheduled Pinned Locked Moved General Questions
    42 Posts 8 Posters 4.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ulrikU
      ulrik @d.healey
      last edited by ulrik

      @d-healey not very much I'm afraid, I just can't figure out how to construct what I want, it started with that I wanted to construct a nice looking VU-meter and ended with that... :)
      Not so very constructive

      Hise Develop branch
      MacOs 15.3.1, Xcode 16.2
      http://musikboden.se

      1 Reply Last reply Reply Quote 1
      • ulrikU
        ulrik @d.healey
        last edited by

        @d-healey said in What's your vector UI design workflow?:

        Oh I see what you mean. Yeah I can do a video about that although you seem to know what you're doing.

        Yes please do if you find the time

        Hise Develop branch
        MacOs 15.3.1, Xcode 16.2
        http://musikboden.se

        1 Reply Last reply Reply Quote 0
        • Christoph HartC
          Christoph Hart
          last edited by

          BTW, I recently noticed you can just drag the entire .SVG file into the Projucer window, no need to go into Sublime and select that nasty M124.... stuff.

          ustkU d.healeyD 2 Replies Last reply Reply Quote 2
          • ustkU
            ustk @Christoph Hart
            last edited by

            @Christoph-Hart Does not work here 🤔 (last Projucer version)
            Neither by dragging the file nor by full copy/paste of the content
            svg generated with inkscape...

            Can't help pressing F5 in the forum...

            d.healeyD 1 Reply Last reply Reply Quote 0
            • d.healeyD
              d.healey @Christoph Hart
              last edited by

              @Christoph-Hart Yey now I get to make a new video :p

              Libre Wave - Freedom respecting instruments and effects
              My Patreon - HISE tutorials
              YouTube Channel - Public HISE tutorials

              1 Reply Last reply Reply Quote 1
              • d.healeyD
                d.healey @ustk
                last edited by

                @ustk Doesn't work for me either, the projucer window lights up but nothing happens when I drop the file.

                Libre Wave - Freedom respecting instruments and effects
                My Patreon - HISE tutorials
                YouTube Channel - Public HISE tutorials

                1 Reply Last reply Reply Quote 0
                • BrianB
                  Brian
                  last edited by Brian

                  These days you can also set up a one frame Lottie animation loop of your design and save a lot of time having to reconstruct with code in HISE ;) ( though then you are stuck having to have the Rlottie DLL be part of the installer ).

                  1 Reply Last reply Reply Quote 0
                  • C
                    clumsybear
                    last edited by clumsybear

                    @briandoliveira can you go into detail regarding your rlottie workflow? Are you importing After Effects anims for rlottie to work with?

                    1 Reply Last reply Reply Quote 0
                    • BrianB
                      Brian
                      last edited by Brian

                      @clumsybear Here is an article that describes my workflow in great detail using Sketch to AE ( I figured this out by myself and then stumbled on this doh ). For a static UI element, a one frame composition works fine from my initial tests.

                      Just a moment...

                      favicon

                      (uxplanet.org)

                      Once you have the .JSON export file from Bodymovin, copy and paste the code into the rLottie demo app that is available in the latest scriptnode build and compress it into a HISE snippet.Once you have this use the looping rLottie animation code provided in the documentation and then paste the compressed snippet in the magic line, compile and voila - you have your design just how you did it in Sketch!

                      There are a few limitations on using fancy multiple gradients and effects etc. that you have to watch for, but other than that, you can save countless hours of manual rebuilding with this method if you have sophisticated designs.

                      1 Reply Last reply Reply Quote 1
                      • d.healeyD
                        d.healey
                        last edited by

                        If it's a totally static image (nothing changes when it's rotated) then just paint it in a panel and rotate the panel with a mouse callback.

                        Libre Wave - Freedom respecting instruments and effects
                        My Patreon - HISE tutorials
                        YouTube Channel - Public HISE tutorials

                        BrianB 1 Reply Last reply Reply Quote 0
                        • BrianB
                          Brian @d.healey
                          last edited by

                          @d-healey I was not sure if that was possible! Is this wizardry described in your paint routines video? :)

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @Brian
                            last edited by

                            @briandoliveira I don't give a demo of this exact thing but I show how to rotate a painted shape and how to use mouse callbacks. I'll do a follow up video at some point to show how to make custom sliders and knobs. This info is also available in Christoph's panels and paint routines tutorial in the docs (I posted a direct link to it in the second post of this thread).

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            BrianB 1 Reply Last reply Reply Quote 0
                            • BrianB
                              Brian @d.healey
                              last edited by

                              @d-healey Thanks! I am going to have to flex this feature for sure! I could see a nice way to get responsiveness to occur by having a mouse event.hover callback play a quick rlottie animation but then be able to event.drag it to use it as a custom slider or knob as you have suggested.

                              1 Reply Last reply Reply Quote 0
                              • C
                                clumsybear
                                last edited by

                                thanks @briandoliveira I looked into sketch and after effects. really like sketch for its simplicity, I was able do redesign all my Interfaces within a couple of hours.

                                since I'm not fully into Lottie right now, I'd like to export png sequences without after effects if possible.
                                so, I digged around and found a way to export PNG Sequences directly from sketch: http://animatemate.com and successfully merged them with ImageMagick to a filmstrip.

                                @briandoliveira I'm experiencing issues with drop shadows while exporting layers from sketch to after effects. The shadows are reset to AE native settings which messes with the whole (although minimalistic) skeuomorphic design. Any idea on how to solve this? I'm using the sketch2AE plugin by google.

                                BrianB 1 Reply Last reply Reply Quote 1
                                • C
                                  clumsybear
                                  last edited by clumsybear

                                  Let me demonstrate with an example

                                  This would be the original design in sketch:
                                  Screenshot 2019-11-10 at 11.50.38.png

                                  And this is the shape after exporting it to AE using sketch2AE:
                                  Screenshot 2019-11-10 at 11.50.08.png

                                  1 Reply Last reply Reply Quote 0
                                  • BrianB
                                    Brian @clumsybear
                                    last edited by

                                    @clumsybear Glad that you are enjoying this new process!

                                    I would avoid using png sequences if you can do it with Lottie - png sequences take up a lot of memory if you are not careful.

                                    As for the issues you are experiencing, I have not used drop shadows yet so it might be an issue. You can perhaps try importing to Adobe XD or Illustrator, then to AE, which in theory should be a one to one conversion ( let me know if that works if you do indeed do this ).

                                    I would also test the Bodymovin .JSON output in the HISE rlottie app to make sure it is also translating correctly ( or use this online version http://rlottie.com/)

                                    And to keep an eye on the compatibility list on https://github.com/Samsung/rlottie to make sure you are only using supported features.

                                    C 1 Reply Last reply Reply Quote 1
                                    • C
                                      clumsybear @Brian
                                      last edited by clumsybear

                                      @briandoliveira
                                      I have some plugins I cannot realize with the Hise framework, but I did some of them with JUCE. I‘m not entirely sure how to use rLottie in JUCE. Atm, that’s the only reason I‘m in need of png filmstrips ...

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        clumsybear
                                        last edited by

                                        @Christoph-Hart is there any straight forward way to use Lottie in JUCE with your tool?

                                        1 Reply Last reply Reply Quote 0
                                        • Christoph HartC
                                          Christoph Hart
                                          last edited by

                                          I wrote the C++ wrapper for rLottie myself, so there's nothing in JUCE that lets you load Lottie files. But you can take the code and try to use it in C++ here:

                                          https://forum.juce.com/t/rlottie-wrapper/35652

                                          But just out of curiousity: what couldn't you do in HISE?

                                          C 2 Replies Last reply Reply Quote 0
                                          • C
                                            clumsybear @Christoph Hart
                                            last edited by clumsybear

                                            @Christoph-Hart said in What's your vector UI design workflow?:

                                            But just out of curiousity: what couldn't you do in HISE?

                                            like I mentioned in some of my recent posts, there are dsp algorithms I'm struggling to translate into the HISE environment. Just to mention some of them:

                                            -Frequency Shifter (although I got it 80% done in HISE)
                                            -Subharmonic Synth (I'm not even close to something like that)
                                            -Granular Synth/Looper (haven't tried to do it since there is no such option in HISE)

                                            please note, I'm talking about real time audio effects here

                                            Everything else I'm planning on is more or less easy to get done in scriptnode. If I could manage to work out those effects in HISE I would be all in in on a commercial license.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            41

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            102.1k

                                            Posts