Lunasa
  • 2D Vector Graphics in Minecraft
  • Rendering Libraries
    • NanoVG
      • LWJGL 2.x
      • LWJGL 3.x
Powered by GitBook
On this page

Was this helpful?

  1. Rendering Libraries

NanoVG

NanoVG is a lightweight, minimalistic option that’s ideal for simple UI needs. It offers basic drawing operations and is easy to integrate if you're just starting out.

Previous2D Vector Graphics in MinecraftNextLWJGL 2.x

Last updated 6 months ago

Was this helpful?

NanoVG is antialiased 2D vector drawing library on top of OpenGL for UI and visualizations written in C. We will be using it inside Minecraft using LWJGL's bindings.

The tutorials for the following LWJGL versions are available:

Before 1.13 - LWJGL 2

After 1.13 - LWJGL 3

LWJGL 2.x
LWJGL 3.x