Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/depthso/roblox-imgui

πŸ–Ό ImGUI for Roblox that doesn't need a renderstep connection. I'm talking to you Iris..
https://github.com/depthso/roblox-imgui

imgui imgui-menu lua luau roblox roblox-gui roblox-hack roblox-hub roblox-lib roblox-library roblox-script roblox-scripts roblox-ui roblox-ui-lib ui-library

Last synced: about 2 months ago
JSON representation

πŸ–Ό ImGUI for Roblox that doesn't need a renderstep connection. I'm talking to you Iris..

Awesome Lists containing this project

README

        


An ImGui library for Roblox that doesn't require a RenderStep connection.


Perfect for beginners and performance.

## Screenshots








## Notices❗
- This UI library is in beta, please report any bugs by opening an issue
- Any feedback or suggestions would be great
- Please mention me when integrating this library **- depso.**

## Usage and documentation
For **documentation** and usage examples, please read the [**Wiki**](https://github.com/depthso/Roblox-ImGUI/wiki)


Type


Roblox Studio


If you would like to use this in Studio:
- Create a module script and paste the [library source code](/ImGui.lua)
- Download the [Prefabs UI](https://create.roblox.com/store/asset/18364667141/Depso-ImGui) and insert the ScreenGui it under the module script

```lua
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ImGui = require(ReplicatedStorage.ImGui)
```



Exploit/Executor


Reference detections have been mitigated using **cloneref** which compatibility is checked, \
if support is not found, for example using this in _studio_, you are still able to use it.

```lua
local ImGui = loadstring(game:HttpGet('https://github.com/depthso/Roblox-ImGUI/raw/main/ImGui.lua'))()
```

## Forking this
If you would like to create your own version for whatever reason,
- Prefabs: [Prefabs](https://create.roblox.com/store/asset/18364667141/Depso-ImGui)
- - Make sure you change UIAssetId under the `ImGui` configuration inside of the source code
- Library: [Source code](/ImGui.lua)

## Demos/Usage examples
- The **demonstration window** can be found [here](/Demo%20window.lua)
- More usage examples can be found on the [Wiki](https://github.com/depthso/Roblox-ImGUI/wiki)