VectorLib: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed DrawSetTextureRGBA to Procedural Materials)
No edit summary
 
(16 intermediate revisions by 11 users not shown)
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.
{{veclib|4.1}} is a library written by [[User:Deathz0rz|Deathz0rz]], using [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 and will be resumed shortly using Procedural Materials''


{{note|This project is still in an alpha stage and will be resumed shortly using [[Procedural Materials]]}}
{{sdktools|0}}
[[Category:Third Party Tools]]
[[Category:Third Party Tools]]

Latest revision as of 11:51, 4 December 2023

VectorLib VectorLib is a library written by Deathz0rz, using 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.

Note.pngNote:This project is still in an alpha stage and will be resumed shortly using Procedural Materials