cairo

Bindings for Cairo graphics library cairo graphics-library vector-graphics
0.1.0 released

cairo-cr

Cairo bindings for Crystal language.

Build Status Dependency Status devDependency Status

Installation

First install cairo:

sudo apt-get install libcairo2 libcairo2-dev

Add this to your application's shard.yml:

dependencies:
  x11:
    github: TamasSzekeres/x11-cr
    branch: master

  cairo:
    github: TamasSzekeres/cairo-cr
    branch: master

Then run in terminal:

crystal deps

Usage

require "x11"
require "cairo"

module YourModule
  include X11
  include CairoCr
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/cairo-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

cairo:
  github: TamasSzekeres/cairo-cr
  version: ~> 0.1.0
License MIT
Crystal none

Authors

Dependencies 1

  • x11 master
    {'branch' => 'master', 'github' => 'TamasSzekeres/x11-cr'}

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently