CrushedPixel / Polyline2DPathRenderer

Renders JUCE Paths very quickly using OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polyline2DPathRenderer

Polyline2DPathRenderer is a JUCE application showing how to draw juce::Paths with high performance using OpenGL. It uses Polyline2D to convert the path into a 2D Mesh.

To compile the application, Polyline2D must be in your global include directory. For more information, refer to the Polyline2D installation instructions.

Screenshots

Screenshot

About

Renders JUCE Paths very quickly using OpenGL.

License:MIT License


Languages

Language:C++ 96.2%Language:GLSL 3.8%