Gwen.Net is a port of Gwen.Net which is a .Net port of GWEN. GWEN is a lightweight GUI library aimed at games. It contains rich widget collection and most functionality you'd expect from a GUI framework. Gwen.Net is a .NET C# conversion of GWEN. Gwen.Net Ex has a new two-pass layout engine, support for UI creation using XML and new controls. It includes also a simple XML designer to help creating an UI with XML.
Original GWEN can be found from https://github.com/garrynewman/GWEN and Gwen.Net from https://code.google.com/archive/p/gwen-dotnet
tested:
- Windows (tested on Windows 10)
Needs confirmation:
- Linux
- Osx
plans:
- Android (tested on 4.4 API 19)
- iOS (tested on iOS 9.0)
- 27/05/2020: Finished migration to .net core and updated to use new OpenTk prelrelease packages for 4.0.
- 14/09/2017 : Port To .Net Core