https://github.com/rickyah/unityforms
UnityForms is a Editor GUI system with a heavy inspiration from WinForms
https://github.com/rickyah/unityforms
Last synced: about 1 year ago
JSON representation
UnityForms is a Editor GUI system with a heavy inspiration from WinForms
- Host: GitHub
- URL: https://github.com/rickyah/unityforms
- Owner: rickyah
- Created: 2014-03-19T14:05:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T09:49:39.000Z (about 12 years ago)
- Last Synced: 2025-02-13T22:47:41.220Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UnityForms
==========
UnityForms is a Editor GUI system with a heavy inspiration from WinForms
**Motivation**
Unity3D immediate mode GUI is not really well suited for creating nice editor interfaces for custom tools.
The drawing code pollutes the OnGUI method which also makes difficult to separate concerns.
UnityForms is a framework which tries to ease the creation of UIs in Unity editor windows. It is inspired in WinForms because of my previous experience and it is a very well know GUI framework.