Programming Sites: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Split page into General and Half-Life specific subtitles. Added link to Open Source Mods category)
mNo edit summary
Line 12: Line 12:


* [http://hl2coding.com/ Hl2 Coding] - Has some good hl2 related coding tutorials and has great forums for coders to chat.
* [http://hl2coding.com/ Hl2 Coding] - Has some good hl2 related coding tutorials and has great forums for coders to chat.
* [http://resonus.net/doxygen_source/main.html HL2 SDK Doxygen] [http://hl2sdk.gigcities.com/main.html] - Half-Life 2 SDK functions and classes mapped out.
* [http://resonus.net/doxygen_source/main.html HL2 SDK Doxygen] - Half-Life 2 SDK functions and classes mapped out.
* [http://msdn.microsoft.com/coding4fun/half-life/default.aspx MSDN] - MSDN Half-Life Coding4fun.
* [http://msdn.microsoft.com/coding4fun/half-life/default.aspx MSDN] - MSDN Half-Life Coding4fun.
* [http://www.gamedev.net/ Gamedev] - Website with a lot of useful resources for game developers.
* [http://www.gamedev.net/ Gamedev] - Website with a lot of useful resources for game developers.

Revision as of 16:35, 18 October 2006

This is a list of sites relating to programming, covering both general and HL2 specific topics.

General

Half-Life specific

  • Hl2 Coding - Has some good hl2 related coding tutorials and has great forums for coders to chat.
  • HL2 SDK Doxygen - Half-Life 2 SDK functions and classes mapped out.
  • MSDN - MSDN Half-Life Coding4fun.
  • Gamedev - Website with a lot of useful resources for game developers.
  • Mattie's Eventscripts - Great for gaining some minor coding experience, simple plugin addon for Source games.

Sample Source Code

See Also