Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaGizmos/GtkObservables.jl
Combine Gtk4.jl and Observables.jl for easier GUI development
https://github.com/JuliaGizmos/GtkObservables.jl
Last synced: 5 days ago
JSON representation
Combine Gtk4.jl and Observables.jl for easier GUI development
- Host: GitHub
- URL: https://github.com/JuliaGizmos/GtkObservables.jl
- Owner: JuliaGizmos
- License: other
- Created: 2020-12-31T19:02:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T18:06:00.000Z (9 months ago)
- Last Synced: 2024-08-10T03:34:59.311Z (6 months ago)
- Language: Julia
- Homepage:
- Size: 1.2 MB
- Stars: 30
- Watchers: 5
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-libadwaita - GtkObservables.jl - Imperative, reactive GTK4 development (Libraries And Frameworks / Julia)
- awesome-libadwaita - GtkObservables.jl - Imperative, reactive GTK4 development (Libraries And Frameworks / Julia)
README
# GtkObservables
[![Build Status](https://github.com/JuliaGizmos/GtkObservables.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaGizmos/GtkObservables.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/JuliaGizmos/GtkObservables.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGizmos/GtkObservables.jl)
**Note: starting with version 2.0.0, GtkObservables.jl is based on [Gtk4](https://github.com/JuliaGtk/Gtk4.jl).**
GtkObservables is designed to simplify the creation of graphical user interfaces (GUIs) using [Gtk4](https://github.com/JuliaGtk/Gtk4.jl) and Julia.
GtkObservables descended from
[GtkInteract](https://github.com/jverzani/GtkInteract.jl), and mimics
aspects of the design of
[Interact](https://github.com/JuliaGizmos/Interact.jl). To learn how
to use this package, please see the documentation:[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagizmos.github.io/GtkObservables.jl/stable)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliagizmos.github.io/GtkObservables.jl/dev/)GtkObservables is probably a more future-oriented package than the similar [GtkReactive](https://github.com/JuliaGizmos/GtkReactive.jl) upon which this started.