VectorLib: Difference between revisions
Jump to navigation
Jump to search
m (Moved back to Third Party Tools) |
mNo edit summary |
||
Line 1: | Line 1: | ||
VectorLib created by [[User:Deathz0rz|deathz0rz]] is a library that uses [http://antigrain.com/ Anti-Grain Geometry] to draw vector images directly to memory. There are simple and intuitive C++ interface classes that provide you with the necessary functions to draw [http://en.wikipedia.org/wiki/TrueType TTFs] and [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics SVGs]. There are also VGUI classes that you can use to draw to the HUD. | VectorLib created by [[User:Deathz0rz|deathz0rz]] is a library that uses [http://antigrain.com/ Anti-Grain Geometry] to draw vector images directly to memory. There are simple and intuitive C++ interface classes that provide you with the necessary functions to draw [http://en.wikipedia.org/wiki/TrueType TTFs] and [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics SVGs]. There are also VGUI classes that you can use to draw to the HUD. | ||
''This project is still in an alpha stage | ''This project is still in an alpha stage and will be until this is fixed: [[DrawSetTextureRGBA]]'' | ||
[[Category:Third Party Tools]] | [[Category:Third Party Tools]] |
Revision as of 04:25, 20 October 2005
VectorLib created by deathz0rz is a library that uses Anti-Grain Geometry to draw vector images directly to memory. There are simple and intuitive C++ interface classes that provide you with the necessary functions to draw TTFs and SVGs. There are also VGUI classes that you can use to draw to the HUD.
This project is still in an alpha stage and will be until this is fixed: DrawSetTextureRGBA