https://github.com/willnode/coregui
Abstraction of Immediate Mode GUI (IMGUI) in Unity
https://github.com/willnode/coregui
Last synced: 10 months ago
JSON representation
Abstraction of Immediate Mode GUI (IMGUI) in Unity
- Host: GitHub
- URL: https://github.com/willnode/coregui
- Owner: willnode
- Created: 2021-09-17T23:34:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T23:35:05.000Z (over 4 years ago)
- Last Synced: 2025-01-15T14:14:07.220Z (12 months ago)
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- Changelog: Changes.txt
Awesome Lists containing this project
README
------------------------ CoreGUI ------------------------
Thank you for choosing CoreGUI!
CoreGUI is an abstraction from Immediate Mode GUI (IMGUI)
to make you, as a programmer, get up and running for more
complex UI elegantly in just a little time.
For a quick glance, we have set-up some example scripts
and playable scenes inside folder "Sample". Go check it
out!
Remember that .NET 4.x must be enabled in Player Settings
(this is not a requirement, you can keep using Legacy .NET
3.5 by deleting whole Sample folder if you want to).
Besides examples, check out our documentation (links below)
for a quick tutorial and in-depth explanation of what CoreGUI
features can be useful to you.
Useful Links:
Asset Store: http://u3d.as/18Ei
Documentation: https://docs.wellosoft.net/coregui
Support Email: support@wellosoft.net
Have fun! ❤