VGUI2: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}
[[VGUI2]], ("Valve Graphical User Interface 2") is a system mimicking most of the [[Wikipedia:Microsoft Windows|Windows]] controls, which is rendered using the [[Source Engine]] for in-game display. It is platform independent and is [[Wikipedia:Unicode|Unicode]] compliant for ease of localization.


The [[VGUI2]], or  Valve Graphical User Interface 2', is a system mimicking most of the [[Wikipedia:Microsoft Windows|Windows]] controls but rendered using the [[Source Engine]] for game UI display. [[VGUI2]] is platform independent and is [[Wikipedia:Unicode|Unicode]] compliant for ease of localization.
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.


== See also ==
== See also ==
* [[VGUI_Documentation|VGUI Programming Documentation]]
* [[:Category:VGUI]]


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:VGUI]]
[[Category:VGUI]]

Revision as of 13:27, 3 April 2008

VGUI2, ("Valve Graphical User Interface 2") is a system mimicking most of the Windows controls, which is rendered using the Source Engine for in-game display. It is platform independent and is Unicode compliant for ease of localization.

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.

See also