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

https://github.com/sanko/alien-libui

Build and Install libui: A portable GUI library
https://github.com/sanko/alien-libui

alien gtk3 gui libui native perl perl-alien widgets

Last synced: 21 days ago
JSON representation

Build and Install libui: A portable GUI library

Awesome Lists containing this project

README

          

# NAME

Alien::libui - Build and Install libui: A portable GUI library

# SYNOPSIS

```perl
use Alien::libui;
```

# DESCRIPTION

libui is a simple and portable (but not inflexible) GUI library in C that uses
the native GUI technologies of each platform it supports.

# Runtime Requirements

The library is built with `meson` and `ninja` both of which may, in turn, be
provided by Aliens.

In addition to those, platform requirements include:

- Windows - Windows Vista SP2 with Platform Update or newer
- \*nix - GTK+ 3.10 or newer (you must install this according to your platform)
- OS X - OS X 10.8 or newer

# LICENSE

Copyright (C) Sanko Robinson.

This library is free software; you can redistribute it and/or modify it under
the terms found in the Artistic License 2. Other copyrights, terms, and
conditions may apply to data transmitted through this module.

# AUTHOR

Sanko Robinson