1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv=
"content-type" content=
"text/html; charset=iso-8859-2">
5 <link rel=
"icon" type=
"image/png" href=
"favicon.png">
7 <style type=
"text/css" title=
"currentStyle" media=
"screen">
15 <div id=
"logo_picture">
16 <img src=
"gfxprim_logo.png" alt=
"GFXprim">
18 <div id=
"logo_picture_prim">
19 <img src=
"gfxprim_logo_prim.png" alt=
"">
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;">
25 What would you like to draw today...
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>
42 <i>GFXprim
</i> is Open-source modular
2D bitmap graphics library
43 with emphasis on speed and correctness.
47 The code is licensed under LGPL
2.1 or (at your opinion) any later.
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.
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".
67 <h3>Documentation
</h3>
69 For more information about features and API look at the
70 <a href=
"general.html">documentation
</a>.
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>.
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.
84 <div id=
"cleaner"> </div>
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>