[!NOTE]
Development has moved to https://github.com/hugopl/libadwaita.cr. Please update your shards.yml file.

libadwaita.cr logo

libadwaita.cr

libadwaita bindings for Crystal


Code Of Conduct MIT Licensed


screenshot of the an example libadwaita.cr app

Notes

Dependencies

Other distros will probably require you to manually build libadwaita for now.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      libadwaita:
        github: hugopl/libadwaita.cr
  2. Run shards install

  3. Run ./bin/gi-crystal to generate the bindings

Usage

Follow the instructions over at gtk4.cr and gi-crystal as well as the examples/ folder