Programming Sites: Difference between revisions
Jump to navigation
Jump to search
(Content nabbed from Community Portal) |
m (Split page into General and Half-Life specific subtitles. Added link to Open Source Mods category) |
||
Line 1: | Line 1: | ||
This is a list of sites relating to programming, covering both general and HL2 specific topics. | This is a list of sites relating to programming, covering both general and HL2 specific topics. | ||
===General=== | |||
* [http://msdn.microsoft.com/coding4fun/gamedevelopment/rocketcmd/default.aspx Tutorials of Rocket Commander] - 10-Part Howto make 3D Games Tutorial. | |||
* [http://msdn.microsoft.com/directx/default.aspx?pull=/library/en-us/directx9_c/directx_sdk.asp Directx C++] - Documentation for Unmanaged Directx. | |||
* [http://msdn.microsoft.com/library/en-us/directx9_m/directx/directx9m.asp?frame=true Directx Managed] - Documentation for Managed Directx. | |||
* [http://www.mdxinfo.com/ Managed Directx Info] - Includes various resources, tools, samples, code snippets for Managed Directx. | |||
* [http://www.priyajeet.com/web/MSDN/ Game Programming in C#] - 11-part Video Tutorial for Game Programming from MSDN. | |||
===Half-Life specific=== | |||
* [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] [http://hl2sdk.gigcities.com/main.html] - 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. | ||
* [http://mattie.info/cs/ Mattie's Eventscripts] - Great for gaining some minor coding experience, simple plugin addon for Source games. | * [http://mattie.info/cs/ Mattie's Eventscripts] - Great for gaining some minor coding experience, simple plugin addon for Source games. | ||
Line 16: | Line 21: | ||
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en Mech Commander 2] - Entire game and source code. Can serve as an example for learning programming. | * [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en Mech Commander 2] - Entire game and source code. Can serve as an example for learning programming. | ||
* [http://www.planofattackgame.com/news.php Plan of Attack Source Code] - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods. | * [http://www.planofattackgame.com/news.php Plan of Attack Source Code] - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods. | ||
===See Also=== | |||
* [[:Category:Open Source Mods]] | |||
[[Category:External Sites]][[Category:Programming]] | [[Category:External Sites]][[Category:Programming]] |
Revision as of 10:22, 29 August 2006
This is a list of sites relating to programming, covering both general and HL2 specific topics.
General
- Tutorials of Rocket Commander - 10-Part Howto make 3D Games Tutorial.
- Directx C++ - Documentation for Unmanaged Directx.
- Directx Managed - Documentation for Managed Directx.
- Managed Directx Info - Includes various resources, tools, samples, code snippets for Managed Directx.
- Game Programming in C# - 11-part Video Tutorial for Game Programming from MSDN.
Half-Life specific
- Hl2 Coding - Has some good hl2 related coding tutorials and has great forums for coders to chat.
- HL2 SDK Doxygen [1] - 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
- Quake Engine Source Code - Source code from old Quake (used by Half-Life too) and Doom games.
- Mech Commander 2 - Entire game and source code. Can serve as an example for learning programming.
- Plan of Attack Source Code - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods.