Skip to content
Alexander edited this page Sep 4, 2019 · 3 revisions

Summary

LEGUI is a Java Library that allows users to create user interfaces for games or other applications. It utilizes LWJGL 3 for OpenGL rendering. Currently the configuration of the GUI could be defined directly from Java.

LEGUI does not restrict you to a set of pre-defined standard components. You can define all new components that you need. For rendering it uses NanoVG port. You can implement your own rendering for all of the components using OpenGL, Vulkan or and any other technology.

LEGUI was created as a framework that could be used as is for fast development without pain at one side and as much extensible as it could be for achieving flexibility at other side.

The LEGUI wiki


Getting Started

Guides

  • Configuration
  • Tutorial

Reference

  • API Reference
Clone this wiki locally