ReGui
  • Introduction
  • Getting Started
    • Installing
    • Creating windows
  • Plugins
    • Custom elements
    • Custom flags
    • Custom themes
  • Examples
    • Demo window
    • Example scripts
  • Methods
  • ReGui functions
  • Canvas functions
  • Configuration saving
  • Elements
    • :Label
    • :Error
    • Code Editor
    • :Button
    • :SmallButton
    • :RadioButton
    • :Image
    • :VideoPlayer
    • :Checkbox
    • :Radiobox
    • :Viewport
    • :Console
    • :Region
    • :List
    • :CollapsingHeader
    • :TreeNode
    • :Separator
    • :Indent
    • :BulletText
    • :Bullet
    • :Row
    • :SliderInt
    • :SliderFloat
    • :SliderEnum
    • :SliderColor3
    • :SliderCFrame
    • :SliderProgress
    • :DragInt
    • :DragFloat
    • :DragColor3
    • :DragCFrame
    • :InputText
    • :InputTextMultiline
    • :InputInt
    • :InputColor3
    • :InputCFrame
    • :ProgressBar
    • :Combo
    • :Keybind
    • :PlotHistogram
    • :Table
    • :TabSelector
    • :Window
    • :TabsWindow
    • :PopupModal
Powered by GitBook
On this page
  • Commonly asked questions
  • Things to consider
  • Jump right in

Introduction

NextInstalling

Last updated 2 months ago

Dear ReGui is a retained mode GUI library created for Roblox based on Demo place:

Commonly asked questions

  • Why Choose ReGui Over ? ReGui provides a Retained mode GUI library, while Iris offers an Immediate mode GUI library.

  • Does ReGui support mobile devices? Yes! ReGui is completely functional on mobile touchscreens

  • Can you customize the colors on ReGui?

    Yes! You can create a custom theme or use a built-in theme but elements must be under a window class for a theme to take affect

Things to consider

  • This UI library is in beta, please report any bugs by opening an issue

  • Any feedback or suggestions would be great

Jump right in

Dear ImGui
https://www.roblox.com/games/136436665525145/ReGui-Demo
Iris
Page cover image
Cover

Installing ReGui

Install ReGui to your Game/Script

Cover

Creating a window

Introduction into Windows

Cover

Demo Window

Explore the Demo window

https://github.com/depthso/Dear-ReGui