Login
imlib2cr
Login

imlib2cr

imlib2cr is a set of bindings against Imlib2 for the Crystal programming language. It is still early in development, and the higher-level API may change as time goes on. But the lower level bindings (LibImlib2) are totally usable and stable.

Documentation

Documentation isn't yet available for these bindings themselves, but the C API reference should get you going.

There are a few very short examples in the examples/ directory.

Installation

Add this to your application's shard.yml:

dependencies:
  imlib2cr:
    fossil: https://chiselapp.com/user/MistressRemilia/repository/imlib2cr

Development

Style info

I use a somewhat non-standard style for my code.

How do I contribute?

  1. Go to https://chiselapp.com/user/MistressRemilia/repository/imlib2cr and clone the Fossil repository.
  2. Create a new branch for your feature.
  3. Push locally to the new branch.
  4. Create a bundle with Fossil that contains your changes.
  5. Get in contact with me.

Contributors

License

See the COPYING file for license information (same license as Imlib2). COPYING-PLAIN is a more plain-English wording of the license.