README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 26 Feb 2016 15:13:07 +0000
changeset 58 16a69a916e47
child 59 fcd26ac49199
permissions -rw-r--r--
Added README.md and LICENSE.txt

# Cairo for Smalltalk/X

**stx:goodies/libcairo** is a Smalltalk/X package providing integration of [Cairo graphics library][1]. 

## Features

* Full access to Cairo API
* Integration with Smalltalk/X graphics API — whole or part of an Smalltalk/X application can be rendered using Cairo. 

## Supported versions of Smalltalk/X

**stx:goodies/libcairo** is available for [Smalltalk/X "jv branch"][2]:

* Linux, 32bit
* Linux, 64bit
* Windows, 32bit 

Should you need Cairo on any other version of Smalltalk/X, please contact the author by email. 

## Author

Jan Vrany `<jan.vrany [at] fit.cvut.cz>`

## License

![CC-BY-NC](https://i.creativecommons.org/l/by-nc/4.0/88x31.png)

This software is licensed under [Creative Commons Attribution-NonCommercial 4.0 International License][3]. You may find a full license text in `LICENSE.txt`.

In short, you are free to:

* **Share** — copy and redistribute the material in any medium or format,
* **Adapt** — remix, transform, and build upon the material,

under the following terms: 

* **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made, 
* **NonCommercial** — You may not use the material for commercial purposes.

For permissions beyond the scope of this license see [Licensing][4].

[1]: http://www.cairographics.org
[2]: https://swing.fit.cvut.cz/projects/stx-jv/
[3]: http://creativecommons.org/licenses/by-nc/4.0/
[4]: https://bitbucket.org/janvrany/stx-goodies-libcairo/wiki/Licensing