VGUI2: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''VGUI''' (or, technically, "'''VGUI2'''"), is used to display dynamic 2D images in Source. This includes dialogues and buttons, the [[HUD]], and even the surfaces of monitors and screens in the 3D world. It is platform-independent and [[Wikipedia:Unicode|Unicode]]-compliant. | |||
VGUI2 forms can technically be displayed on the Windows desktop (e.g. Steam) as well as in-game, but mod authors don't have access to that functionality. | VGUI2 forms can technically be displayed on the Windows desktop (e.g. Steam) as well as in-game, but mod authors don't have access to that functionality. |
Revision as of 13:51, 3 April 2008
VGUI (or, technically, "VGUI2"), is used to display dynamic 2D images in Source. This includes dialogues and buttons, the HUD, and even the surfaces of monitors and screens in the 3D world. It is platform-independent and Unicode-compliant.
VGUI2 forms can technically be displayed on the Windows desktop (e.g. Steam) as well as in-game, but mod authors don't have access to that functionality.