Skip to content
Matt Gonzalez edited this page Mar 28, 2024 · 9 revisions

The beta JUCE Direct2D renderer provides GPU-accelerated rendering for the standard JUCE Graphics API. Direct2D mode is enabled by default on the "direct2d" branch, and existing code should just work with no changes.

Direct2D can yield significantly improved performance over the existing software renderer, but please bear in mind you may well need to modify your code to yield the best results. This wiki outlines a few methods for using the renderer and your GPU more efficiently.

Please note that JUCE Direct2D support is still under review by the JUCE team and may change in the future.

Clone this wiki locally