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

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

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:
![window](https://user-images.githubusercontent.com/12700106/38439183-12171fe0-39b3-11e8-8e3f-118bd1c4b8c7.png)

#### From This:
```xml





















```

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