LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.83k stars 642 forks source link

Add support for glyph index based msdfgen-ext APIs #1002

Closed KitsuneAlex closed 2 months ago

KitsuneAlex commented 3 months ago

This PR adds support for the following msdfgen-ext functions:

This allows using this library in conjunction with other libraries like harfbuzz.

Spasi commented 2 months ago

Thank you @KitsuneAlex!