Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).