Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/JuliaGraphics/Gtk.jl
- Owner: JuliaGraphics
- License: other
- Archived: true
- Created: 2013-02-09T20:28:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T07:21:59.000Z (10 months ago)
- Last Synced: 2025-02-05T10:11:39.920Z (7 days ago)
- Language: Julia
- Size: 5.14 MB
- Stars: 287
- Watchers: 17
- Forks: 80
- Open Issues: 150
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-libadwaita - Gtk3.jl - GTK3 bindings (Libraries And Frameworks / Julia)
- awesome-libadwaita - Gtk3.jl - GTK3 bindings (Libraries And Frameworks / Julia)
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/).