Skip to main content

Custom UI

There are two main ways of creating user interfaces (UIs) for your HELIX world: UMG and WebUI.

UMG

WebUI

Core UI

Core UI is a Lua package that allows you to easily create basic UIs (such as context menus, confirmation dialogs) using simple Lua code. It uses WebUI under the hood but does not require any use of HTML, CSS, or Javascript. It is meant to be the easiest way for creators to create interactive UIs.

Documentation and code samples will be coming soon. For now, please refer to the core-ui README.