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: 12 months 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 (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-11-08T06:46:08.000Z (over 1 year ago)
- Last Synced: 2025-02-25T01:43:45.272Z (12 months ago)
- Topics: cairo, csharp, dotnet, dotnet-core, linux-desktop, linux-gui, ui, ui-framework, xcb
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 3
- 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).