ltk
Version, currently master branch1 version
- master branchlatestFeb 20, 2019
github.com/TamasSzekeres/ltk-cr
Lightweight Windowing Toolkit for Crystal language.
6 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
ltk:
github: TamasSzekeres/ltk-cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.27.0- License
- MIT
- Author
- Tamás Szekeres <szektam2@gmail.com>
Dependencies
Runtime Dependencies
- cairo*github: TamasSzekeres/cairo-cr, branch: master
- locale*github: light-side-software/locale.cr
README
# ltk-cr
Lightweight Windowing Toolkit for Crystal language.
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
ltk:
github: TamasSzekeres/ltk-cr
branch: master
```
Then run in terminal:
```bash
crystal deps
```
## Usage
```crystal
require "ltk"
module YourModule
include Ltk
end
```
## Contributing
1. Fork it ( https://github.com/TamasSzekeres/ltk-cr/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
- [TamasSzekeres](https://github.com/TamasSzekeres) Tamás Szekeres - 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
- Feb 20, 2019
- Crystal
0.27.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/TamasSzekeres/ltk-cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1