Programming Sites: Difference between revisions
Jump to navigation
Jump to search
m (content no longer available) |
No edit summary |
||
Line 12: | Line 12: | ||
===Half-Life specific=== | ===Half-Life specific=== | ||
* <strike>[http://hl2coding.com/ HL2 Coding] - Has some good HL2 related coding tutorials and has great forums for coders to chat.</strike> -- '''Site has been down since april...''' | <!--- * <strike>[http://hl2coding.com/ HL2 Coding] - Has some good HL2 related coding tutorials and has great forums for coders to chat.</strike> -- '''Site has been down since april...''' ---> | ||
* [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://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. | ||
* <strike>[http://www.gneu.org/wiki/index.php?title=Category:HL2_Tutorials Gneu.org]</strike> -- '''The author will not be re-posting the previously available content. Notice on the [http://wiki.gneu.org/index.php?title=Main_Page gneu wiki main page]''' | <!--- * <strike>[http://www.gneu.org/wiki/index.php?title=Category:HL2_Tutorials Gneu.org]</strike> -- '''The author will not be re-posting the previously available content. Notice on the [http://wiki.gneu.org/index.php?title=Main_Page gneu wiki main page]''' ---> | ||
* [http://www.freewebs.com/razvanadrian/index.htm Razvanadrian] | * [http://www.freewebs.com/razvanadrian/index.htm Razvanadrian] | ||
Revision as of 07:20, 5 January 2008
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.
- Gamedev - Website with a lot of useful resources for game developers.
Half-Life specific
- MSDN - MSDN Half-Life Coding4fun.
- Mattie's Eventscripts - Great for gaining some minor coding experience, simple plugin addon for Source games.
- Razvanadrian
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.