package

github.com/mjblack/libcdk

master / published May 12, 2025 / repository

Crystal bindings for Curses Development Kit (CDK) library

libcdk

(WIP) Crystal library bindings for Curses Development Kit (CDK). CDK provides additional ready to use widgets.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      libcdk:
        github: mjblack/libcdk
  2. Run shards install

Usage

require "libcdk"

Please see examples or CDK documentation.

Contributing

  1. Fork it (https://github.com/mjblack/libcdk/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

API