Find a file
2003-10-15 12:26:51 +00:00
doc/reference commited documentation skeleton 2003-10-15 08:51:06 +00:00
pixman Require __GNUC__ >= 3 before defining slim_hidden_def macro 2003-09-24 06:20:38 +00:00
src Add extern "C" stuff to cairo-xlib.h 2003-10-11 13:49:13 +00:00
util Changed names of all cairo_get_* functions to cairo_current_*. Added magic DEPRECATE macro so that using the old names will give useful warnings/errors. Bumped version number to 0.1.1 2003-09-04 06:52:01 +00:00
.cvsignore Renamed everything from Xr* to cairo_* 2003-07-18 11:34:19 +00:00
AUTHORS Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. 2003-04-17 13:24:29 +00:00
autogen.sh Added better warning if pkg-config is not installed. Add --enable-maintainer-mode to autogen.sh 2003-08-18 18:52:46 +00:00
BUGS Added bug about self-intersecting paths. (Really, I'm just testing the cairo-commit mailing list) 2003-10-15 12:26:51 +00:00
cairo.pc.in Depend on slim. 2003-07-31 22:41:44 +00:00
ChangeLog Add extern "C" stuff to cairo-xlib.h 2003-10-11 13:49:13 +00:00
configure.in Changed cairo_copy to copy graphics state from one cairo_t to another rather than allocating a new cairo_t. 2003-09-30 11:39:07 +00:00
COPYING Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. 2003-04-17 13:24:29 +00:00
INSTALL Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. 2003-04-17 13:24:29 +00:00
Makefile.am Renamed everything from Xr* to cairo_* 2003-07-18 11:34:19 +00:00
NEWS Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. 2003-04-17 13:24:29 +00:00
README Renamed everything from Xr* to cairo_* 2003-07-18 11:34:19 +00:00
TODO Virtualized the font and surface backend implementations. 2003-09-30 18:56:22 +00:00

Cairo - Multi-platform 2D graphics library

Compiling
---------
See the INSTALL document for build instructions.

Description
-----------
Cairo provides anti-aliased vector-based rendering for X. Paths consist
of line segments and cubic splines and can be rendered at any width
with various join and cap styles. All colors may be specified with
optional translucence (opacity/alpha) and combined using the extended
Porter/Duff compositing algebra as found in the X Render Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic image
buffers. Future backends such as PostScript, PDF, and perhaps OpenGL
are currently being planned.

Dependencies
------------
Cairo currently requires the following supporting libraries:

	Xc
	Xft
	fontconfig
	libic
	libpixregion

Documentation
-------------
There's not much documentation yet apart from the cairo.h header
file. We'll be correcting that shortly.

In the meantime, the xrtest module in CVS provides a few example
programs using Cairo. These may be helpful to a programmer just beginning
with Cairo. Also, familiarity with the PostScript imaging model will
help in understanding Cairo.

History
-------
Cairo was developed by Carl Worth <cworth@isi.edu> and Keith Packard
<keithp@keithp.com>. Many thanks are due to Lyle Ramshaw without whose
patient help our ignorance would be much more apparent.

Mailing List
------------
If you have trouble with Cairo or you have some ideas for how it could be
improved, please feel free to send a message to cairo@cairographics.org

Cairo is still under active development and all discussion happens on
that list. So if you want to lurk or, (even better), take part in the
development, take a look. Subscription information and archives are
available:

	http://cairographics.org/cgi-bin/mailman/listinfo/cairo