https://github.com/usagirei/jankyui
Unity Immediate Mode GUI Wrapper
https://github.com/usagirei/jankyui
gui imgui unity unity3d
Last synced: 10 months ago
JSON representation
Unity Immediate Mode GUI Wrapper
- Host: GitHub
- URL: https://github.com/usagirei/jankyui
- Owner: usagirei
- License: mit
- Created: 2018-04-06T03:23:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T06:05:37.000Z (about 8 years ago)
- Last Synced: 2025-04-03T00:03:16.349Z (about 1 year ago)
- Topics: gui, imgui, unity, unity3d
- Language: C#
- Homepage:
- Size: 133 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JankyUI
Unity Immediate Mode GUI Wrapper
---
JankyUI is a Unity Immediate Mode GUI Wrapper for quickly writing User Interfaces from code.
### Why?
* Unity's new UI System is great, but creating Test UIs from Code with it is not.
* Unity's Immediate Mode GUI is great for Code-Side UI, but writing the code to use it is not.
JankyUI Provides a Way of Writing Immediate Mode GUI without touching any of the GUI/GUILayout Functions.
Without worrying about UI Callbacks/Code,
#### Create This:

#### From This:
```xml
```
Check the [Wiki](https://github.com/usagirei/JankyUI/wiki) for Documentation and samples