Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JuliaGraphics/Gtk.jl

Julia interface to Gtk windowing toolkit.
https://github.com/JuliaGraphics/Gtk.jl

Last synced: 5 days ago
JSON representation

Julia interface to Gtk windowing toolkit.

Awesome Lists containing this project

README

        

# Julia interface to `Gtk+ 3` GUI library

[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
[![CI](https://github.com/JuliaGraphics/Gtk.jl/workflows/CI/badge.svg)](https://github.com/JuliaGraphics/Gtk.jl/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/JuliaGraphics/Gtk.jl/badge.svg)](https://coveralls.io/r/JuliaGraphics/Gtk.jl)
[![codecov.io](https://codecov.io/github/JuliaGraphics/Gtk.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaGraphics/Gtk.jl?branch=master)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliagraphics.github.io/Gtk.jl/latest)

This package is NO LONGER SUPPORTED.
Users should migrate to
[Gtk4.jl](https://github.com/JuliaGtk/Gtk4.jl),
following the
[tips on the differences betwen Gtk3 and Gtk4](https://juliagtk.github.io/Gtk4.jl/dev/diff3to4).

GUI building, using the Gtk library: [https://www.gtk.org/](https://www.gtk.org/)

Complete Gtk documentation is available at [https://www.gtk.org/docs](https://www.gtk.org/docs)

Documentation of this package can be found
[here](https://juliagraphics.github.io/Gtk.jl/latest/).