Skip to content

tioui/Eiffel_Cairo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eiffel_Cairo

Thi is a port of the Cairo graphics library (see: https://www.cairographics.org/).

This library is still in beta, so expect it to have some bugs. Also, not every drivers are presently functionnal. You can use the "core" Cairo functionnality and PDF, SVG and Freetype drivers.

You can also used this library with the Eiffel_Game2 library (see: https://github.com/tioui/Eiffel_Game2).

Installation on Windows

Download the precompile library: https://github.com/tioui/Eiffel_Cairo/raw/Windows_Build/Eiffel_Cairo.zip .

Extract the "cairo" directory in the contrib\library sub-directory of the Eiffel directory.

Put all .dll files of the C_libwin\DLLXX directory in the project directory.

Installation on Linux

Clone the repository so that the library is in the contrib\library sub-directory of the Eiffel directory.

Install the Cairo library and headers using your package manager. On Debian/Ubuntu:


sudo apt install libcairo2-dev

MIT License

Copyright © 2017 Louis Marchand

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A 2D graphics library for EiffelStudio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published