Home

Awesome

Using bgfx & nanovg with JUCE

This code demonstrates how to use bgfx rendering from within a JUCE application. Additionally an alternative rendering of JUCE components is implemented via nanovg (over bgfx).

By default bgfx will be using Direct3D on Windows and Metal on MacOS.

Implementation notes