deku
Version, currently master branch1 version
- master branchlatestNov 14, 2017
github.com/s5bug/deku
A wrapper around ncurses.cr that provides a manageable framework to build reactive UI elements.
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
deku:
github: s5bug/deku
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.23.1- License
- MIT
- Author
- Anthony Cerruti
Dependencies
Runtime Dependencies
- ncurses*github: agatan/ncurses.cr
README
deku
A wrapper around agatan/ncurses.cr that provides a manageable framework to build reactive UI elements.
Why the name deku?
The name The Crystal UI Kit popped into my head at some point, so I just
switched some letters around to get DE crystal Ui Kit.
Installation
Add this to your application's shard.yml:
dependencies:
deku:
github: TsundereBug/deku
Usage
require "deku"
A basic popup window in the terminal:
require "deku"
popup = Deku::UI::Popup.new(title: "Hello World", description: "This is a test popup.", buttons: {0 => "Ok"})
window = Deku::Window.init
window.add(popup)
window.run
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/TsundereBug/deku/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
Contributors
- TsundereBug Anthony Cerruti - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Nov 14, 2017
- Crystal
0.23.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/s5bug/deku
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1