news via http://forums.ps2dev.org/viewtopic.php?t=13082

Hi all,

I'm proud to present you a brand new 2D graphics library, called gLib2D.

After few months of intense testing... beta 5 is released!

What's new ?
- Improved support of intraFont
- Renamed g* functions to g2d*
- Removed g2dSetCoord*Relative's third argument
- Using constants instead of bools for some g2d* functions (better readability)
- Dynamic allocation of the display list, no more artifacts with a small heap
- Replaced G2D_FALSE and G2D_TRUE by false and true
- Added a global scale factor : g2d(Set/Get/Reset)GlobalScale
- Better scaling quality
- Lots of code rework
- No more swizzling artifacts
- Smaller display list size, saves 3/4 megabyte
- Forced coordmode with an inverted object is no longer applied
- Corrected documentation

Now the library can be considered as stable.
Please, try it, break it!

Grab it on my own
Github repository ! (download page)

Maybe you need the Doxygen documentation
on my website ?