x11

0.2.0 released

x11-cr

X11 bindings for Crystal language.

Build Status Dependency Status devDependency Status

Installation

Add this to your application's shard.yml:

dependencies:
  x11:
    github: TamasSzekeres/x11-cr

Then run in terminal:

crystal deps

Usage

require "x11"

module YourModule
  include X11 # For simpler use
end

For more details see the sample in /sample folder.

Sample

Build and run the sample:

  mkdir bin
  crystal build -o bin/sample sample/simple_window.cr --release
  ./bin/sample

Simple Window

Contributing

  1. Fork it ( https://github.com/TamasSzekeres/x11-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

x11:
  github: TamasSzekeres/x11-cr
  version: ~> 0.2.0
License MIT
Crystal none

Authors

Dependencies 0

Development Dependencies 0

Dependents 1

Last synced .
search fire star recently