Vertex Docs

VertexUI

Description: Added in the UI Update (1.0rc2), VertexUI is the main user interface module of VertexEngine. It allows you to create modern, customizable UI components such as fancy buttons, text elements, and input fields for professional UI applications and game editors.

Features

Example: Usage

from VertexEngine import VertexUI

button = VertexUI.FancyButton(
    text="Play",
    width=200,
    height=60
)

Parameters

Returns

UI elements with built-in rendering, interaction, and event handling.