sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Ability to see / toggle rendering engine #113

Open sudara opened 4 months ago

sudara commented 4 months ago

With the new Direct2D renderer on Windows, it's pretty useful to be able to toggle between the renderers. Since this is just a toggle on getPeer, it's ideal to do from the inspector vs. have to build the toggle into each app.