UPDATE // NEW: Online Knob Builder for HISE!! // Added: InnerShadows, Angled DropShadows, GradientOutlines.
-
@digi How do we use this in Hise?
-
@Chazrox You don't; it's for JUCE, not HISE.
-
-
Looking clean AF in JUCE :)

-
@digi said in UPDATE // NEW: Online Knob Builder for HISE!! // SVG's has entered the chat ! =):
Utilised https://marketplace.juce.com/products/melatonin_blur and got it rendering in JUCE nicely
You may need to double check but I believe this library is already integrated into HISE and it is how HISE uses blur and shaders. However, I've seen post on here and the JUCE forum regarding this library having performance issues (so worth doing a quick search before implementing it).
-
@digi Are you just dropping the code export from the app and its working in JUCE or are you editing it in any way before compiling in Juce?
-
@HISEnberg I thought I hear Christoph talking about this before but I never looked into it. Thanks. :)
-
@digi Looking gewwwwd!
-
@Chazrox Yeah, it needs to be converted. Regarding the performance issues @HISEnberg mentioned above, you have to be considerate that you're not unneccessarily recomputing expensive operations and utilise effective caching etc.
-
check this out:
UPDATES:
- 'y axis' and 'x axis' offsets.
- Also, I added in rotation so you can mess with the direction of light illusion.


I've also added:
- Inner Shadows to All Body/Face Layers.
- Improved the glow on all glow elements using gaussian blur instead of stepped opacity layers.
- Add 'Gradient' to 'Outline' features on Face Layers. I'll probably be getting rid of 'Highlight' now because you can achieve the highlight with the gradient outline now.
Canvas now has 'Undo'/ 'Redo' and 'Clear All Layers'.
I've also added a zoom slider on the canvas per multiple request.
Canvas now also opens blank, but you can instantly load up a preset or start from scratch.
Currently Working on:
- SVG Library (Saves/recall previously used SVG's)
- Might change SVG drop format to base64 to clean up the code gen output. Lmk what you guys think.
Try it out! :
https://rox-knob-builder-for-hise.netlify.app/

