(WIP) Crystal library bindings for Curses Development Kit (CDK). CDK provides additional ready to use widgets.
-
Add the dependency to your
shard.yml
:dependencies: libcdk: github: mjblack/libcdk
-
Run
shards install
require "libcdk"
Please see examples or CDK documentation.
- Fork it (https://github.com/mjblack/libcdk/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Matthew J. Black - creator and maintainer