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: 4 months ago
JSON representation
Build and Install libui: A portable GUI library
- Host: GitHub
- URL: https://github.com/sanko/alien-libui
- Owner: sanko
- License: artistic-2.0
- Created: 2022-11-05T20:39:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T15:25:22.000Z (over 2 years ago)
- Last Synced: 2024-12-31T00:12:30.432Z (6 months ago)
- Topics: alien, gtk3, gui, libui, native, perl, perl-alien, widgets
- Language: Perl
- Homepage: https://metacpan.org/dist/Alien-libui
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sanko/alien-libui/actions) [](https://github.com/sanko/alien-libui/actions) [](https://github.com/sanko/alien-libui/actions) [](https://github.com/sanko/alien-libui/actions) [](https://metacpan.org/release/Alien-libui)
# NAMEAlien::libui - Build and Install libui: A portable GUI library
# SYNOPSIS
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