Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withlithum/xerrieui
C# Linux UI library inspired by Windows Forms, based on cairo, fontconfig, freetype and xcb
https://github.com/withlithum/xerrieui
cairo csharp dotnet dotnet-core linux-desktop linux-gui ui ui-framework xcb
Last synced: about 1 month ago
JSON representation
C# Linux UI library inspired by Windows Forms, based on cairo, fontconfig, freetype and xcb
- Host: GitHub
- URL: https://github.com/withlithum/xerrieui
- Owner: WithLithum
- License: lgpl-3.0
- Created: 2024-11-07T11:56:46.000Z (about 1 month ago)
- Default Branch: trunk
- Last Pushed: 2024-11-08T04:08:47.000Z (about 1 month ago)
- Last Synced: 2024-11-08T04:30:33.497Z (about 1 month ago)
- Topics: cairo, csharp, dotnet, dotnet-core, linux-desktop, linux-gui, ui, ui-framework, xcb
- Language: C#
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# XerrieUI
XerrieUI is a work-in-progress, (currently) Linux-only UI framework inspired
by Windows Forms. It does not require specific native runtime and instead
P/Invoke into XCB and Cairo directly.This library is work-in-progress, as said above, and should not be used in
production yet.## Usage
### Demo
A demo app is included in the form of `XerrieUI.Demo` project.
## License
[LGPL-3.0-or-later](COPYING.LESSER) (see [GPL-3.0](COPYING))
Also see [Third Party Notices](THIRD_PARTY_NOTICES.md).