Skip to content

Introduction

LDLib provides a wide range of ready-to-use components, allowing you to create GUI with advanced UI controls. Additionally, LDLib offers a visual editor, enabling you to design UIs without writing a single line of code.

We provide two methods for creating UI:

  1. Java / KubeJS
  2. UI Editor

Of course, you can also combine both methods. For example, you can use the UI Editor to design the UI and then use Java or KubeJS to add interaction logic—which is our recommended approach.

Refer to the Widgets to check all widgets in details.