blob: 1e3c08467f9cddc1da3208f8cc4e08dbd8fc4ca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<div class="homeTitle">CD</div>
<div class="homeDescription">Canvas Draw, A 2D Graphics Library</div>
<div class="homeVersion">Version 5.1</div>
<hr>
<p><strong>CD</strong> (Canvas Draw) is a platform-independent graphics library. It is implemented in several
platforms using native graphics libraries: Microsoft Windows (GDI) and X-Windows (XLIB).</p>
<p>The library contains functions to support both vector and image applications, and the visualization surface can be
either a window or a more abstract surface, such as Image, Clipboard, Metafile, PS, and so on.</p>
<p>This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES.</p>
<h2>Project Management:</h2>
<p class="info">Antonio Escaño Scuri</p>
<p style="margin-left:0">Tecgraf - Computer Graphics Technology Group, PUC-Rio, Brazil <br>
<a href="http://www.tecgraf.puc-rio.br/cd">http://www.tecgraf.puc-rio.br/cd</a> </p>
</body>
</html>
|