Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdaCore/gtkada
Ada bindings for the GTK+ graphical library.
https://github.com/AdaCore/gtkada
Last synced: 3 months ago
JSON representation
Ada bindings for the GTK+ graphical library.
- Host: GitHub
- URL: https://github.com/AdaCore/gtkada
- Owner: AdaCore
- License: other
- Created: 2015-09-29T15:56:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T00:54:54.000Z (7 months ago)
- Last Synced: 2024-07-31T20:32:14.452Z (6 months ago)
- Language: Ada
- Size: 33.8 MB
- Stars: 87
- Watchers: 17
- Forks: 19
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: COPYING.RUNTIME
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-ada - gtkada - Ada graphical toolkit based on Gtk3 components. (Frameworks / Graphical User Interface)
README
GtkAda - An Ada graphical toolkit based on GTK
==============================================
[![GNAT CE Build](https://github.com/AdaCore/gtkada/actions/workflows/gnat-ce.yml/badge.svg)](https://github.com/AdaCore/gtkada/actions/workflows/gnat-ce.yml)
[![Alire crate](https://img.shields.io/endpoint?url=https://alire.ada.dev/badges/gtkada.json)](https://alire.ada.dev/crates/gtkada.html)
[![Debian package](https://img.shields.io/debian/v/libgtkada)](https://packages.debian.org/search?keywords=libgtkada)
[![Fedora package](https://img.shields.io/fedora/v/GtkAda)](https://src.fedoraproject.org/rpms/GtkAda)
[![Ubuntu package](https://img.shields.io/ubuntu/v/libgtkada)](https://packages.ubuntu.com/search?keywords=libgtkada)
[![AUR version](https://img.shields.io/aur/version/gtkada)](https://aur.archlinux.org/packages/gtkada/)Installation
------------See the file `INSTALL`.
General Information
-------------------* The home page for GtkAda is https://github.com/AdaCore/gtkada
* The home page for GTK is http://www.gtk.orgThis package is an Ada graphical library
for the Gimp Toolkit, which means this is a set of packages to allow you
to easily create some graphical interfaces under X11 and Win32, using Ada
as the programming language.This library has been tested using Gtk+ 3.14.15 on the following systems:
- GNU Linux/x86
- GNU Linux/x86-64
- Solaris/sparc
- Windows 7, 8.1 and 10License
-------All files are provided under terms of the GNU General Public License version 3.
For details, see the "COPYING3" file.
Documentation
-------------The GtkAda User's Guide can be found:
- HTML version: in `docs/gtkada_ug/_build/html/index.html`
- PDF version: in `docs/gtkada_ug/_build/latex/GtkAda.pdf`The GtkAda Reference Manual can be found:
- HTML version: in `gtkada_rm/gtkada_rm/index.html`
Patches
-------We are very happy to receive and look at patches.
Please use github's Pull Requests feature to contribute those.