Programming Sites: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
* [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:// | * [http://hl2coding.planethalflife.gamespy.com/wordpress/ Razvanadrian] | ||
===Sample Source Code=== | ===Sample Source Code=== |
Revision as of 06:49, 9 August 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.