From 0a186150f085c34462b8c6cd5257849c73f80b65 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 2 Dec 2009 20:30:55 +0000 Subject: New: driver SVG. --- html/en/prod.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'html/en/prod.html') diff --git a/html/en/prod.html b/html/en/prod.html index 8cabf53..36605d8 100644 --- a/html/en/prod.html +++ b/html/en/prod.html @@ -10,16 +10,13 @@

Overview

-

CD is a platform-independent graphics library. It is implemented in several - platforms using native graphics libraries: Microsoft Windows (GDI and GDI+) +

CD is a platform-independent graphics library. Its drivers are implemented in several + platforms, some use portable code, others use native graphics libraries, such + as Microsoft Windows (GDI and GDI+) and X-Windows (XLIB).

The library contains functions to support both vector and image applications, and the visualization surface can be either a canvas or a more abstract surface, such as Clipboard, Metafile, PS, and so on.

-

To make the Application Programmers Interface (API) simple, all data are - standard C types (int, double or char). Thus the application program does not - have to maintain parallel data structures to deal with the graphic library. -

Furthermore, the list of parameters of the CD primitive functions contains only the geometrical descriptions of the objects (line, circle, text, etc.). Where these objects should appear and what is the their color, thickness, etc. @@ -110,7 +107,8 @@ http://canvasdraw.cvs.sourceforge.net/canvasdraw/.

Mesa libraries, for making the source code available, which helped us improve our implementation of the Simulation driver and of the X-Windows driver. Thanks to - Alan Richardson for the XVertex rotines. Thanks to + Alan Richardson for the XVertex rotines. Thanks to Lode Vandevenne for the + LodePNG rotines used in the SVG driver. Thanks to Jason Perkins for the Premake tool.

The CD distribution includes the FreeType library, this is a third party -- cgit v1.2.3