demos: Add backend resize ack to few demos
[gfxprim/pasky.git] / doc / index.html
blob905c1b7137fae0ddd6db38585d0c7b5c8bc2b0c6
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
5 <link rel="icon" type="image/png" href="favicon.png">
6 <title>GFXprim</title>
7 <style type="text/css" title="currentStyle" media="screen">
8 @import "style.css";
9 </style>
10 </head>
11 <body>
12 <div id="body">
13 <div id="logo">
14 <h1>
15 <div id="logo_picture">
16 <img src="gfxprim_logo.png" alt="GFXprim">
17 </div>
18 <div id="logo_picture_prim">
19 <img src="gfxprim_logo_prim.png" alt="">
20 </div>
21 <div id="clever_line">
22 <div style="display: block; text-align: right;">
23 <img src="asteroids-corner.png" alt="asteroids" style="position: relative; right: 1em;">
24 </div>
25 What would you like to draw today...&nbsp;
26 </div>
27 </h1>
28 </div>
29 <div id="menu">
30 <ul class="menu-tree">
31 <li class="menu-tree-item"><a href="general.html">C API</a></li>
32 <li class="menu-tree-item"><a href="core_python.html">Pyton API</a></li>
33 <li class="menu-tree-item"><a href="http://www.ucw.cz/mailman/listinfo/gfxprim">Mailing List</a></li>
34 <li class="menu-tree-item"><a href="https://github.com/gfxprim/gfxprim">GIT (GitHub)</a></li>
35 <li class="menu-tree-item"><a href="http://repo.or.cz/w/gfxprim.git">GIT (repo.or.cz)</a></li>
36 <li class="menu-tree-item"><a href="releases/gfxprim_1.0.0-rc0.tar.bz2">Download 1.0.0-rc0</a></li>
37 </ul>
38 </div>
39 <div id="content">
40 <h2>GFXprim</h2>
41 <p>
42 <i>GFXprim</i> is Open-source modular 2D bitmap graphics library
43 with emphasis on speed and correctness.
44 </p>
45 <h3>License</h3>
46 <p>
47 The code is licensed under LGPL 2.1 or (at your opinion) any later.
48 </p>
49 <h3>About</h3>
50 <p>
51 Once upon the time <i>GFXprim</i> has started as a simple attempt to
52 replace SDL_gfx which was unusable then. Soon it outgrew the initial
53 purpose and yielded into a library that could be used as a replacement
54 for the family of SDL libraries. In contrast with SDL <i>GFXprim</i> is
55 not aiming for abstracting the operating system interface. Instead of
56 that <i>GFXprim</i> provides means for keeping the system dependent parts
57 in well defined and isolated parts.
58 </p>
59 <p>
60 One of the key points of the library are code generators. Most of the
61 graphics operations are written using <a href="http://jinja.pocoo.org/">jinja</a>
62 templating engine which is used to create specialized C code. So,
63 for an example, once you add pixel definition into configuration file,
64 creating specialized filters, loaders and conversions to other pixel
65 formats is just a matter of typing "make rebuild".
66 </p>
67 <h3>Documentation</h3>
68 <p>
69 For more information about features and API look at the
70 <a href="general.html">documentation</a>.
71 </p>
72 <h3>News</h3>
73 <p>
74 <h4>The GFXprim version 1.0.0-rc0 has been released!</h4>
75 Download <a href="http://gfxprim.ucw.cz/releases/gfxprim_1.0.0-rc0.tar.bz2">GFXprim 1.0.0-rc0</a> tarball (without docs).
76 Or get the code from directly from <a href="http://github.com/gfxprim/gfxprim/">github</a>.
77 </p>
78 <h3>Contact</h3>
79 <p>
80 We do have a <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">mailing list</a>
81 and although there is not much of discussion now, we are there and listening.
82 </p>
83 </div>
84 <div id="cleaner">&nbsp;</div>
85 <div id="footer">
86 <a href="http://repo.or.cz/w/gfxprim.git">repo.or.cz</a> |
87 <a href="https://github.com/gfxprim/gfxprim">GitHub</a> |
88 <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">Mailing List</a>
89 </div>
90 </div>
91 </body>
92 </html>