Programming Sites: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added some stuff)
Line 15: Line 15:


===Game Programming===
===Game Programming===
* [http://www.OpenGL.org/ opengl.org] - official site for OpenGL information
* [http://developer.nvidia.com/page/home.html NVIDIA Developer Zone] - OpenGL, DirectX, PhysX, and CUDA resourses
* [http://developer.amd.com/pages/default.aspx AMD Developer Central] - Resources for GPU programming and development
* [http://blogs.msdn.com/coding4fun/archive/2006/11/06/997852.aspx Rocket Commander Tutorials] - 10-Part Howto make 3D Games Tutorial.
* [http://blogs.msdn.com/coding4fun/archive/2006/11/06/997852.aspx Rocket Commander Tutorials] - 10-Part Howto make 3D Games Tutorial.
* [http://msdn.microsoft.com/en-us/library/bb147298(VS.85).aspx Directx C++] - Documentation for Unmanaged Directx.
* [http://msdn.microsoft.com/en-us/library/bb147298(VS.85).aspx Directx C++] - Documentation for Unmanaged Directx.
Line 20: Line 23:
* [http://www.mdxinfo.com/ Managed Directx Info] - Includes various resources, tools, samples, code snippets for Managed Directx.
* [http://www.mdxinfo.com/ Managed Directx Info] - Includes various resources, tools, samples, code snippets for Managed Directx.
<!-- Down? * [http://www.priyajeet.com/web/MSDN/ Game Programming in C#] - 11-part Video Tutorial for Game Programming from MSDN. -->
<!-- Down? * [http://www.priyajeet.com/web/MSDN/ Game Programming in C#] - 11-part Video Tutorial for Game Programming from MSDN. -->
* [http://gameprogrammer.org/ GameProgrammer.org] - Resources on OpenGL and DirectX game programming
* [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://www.ozone3d.net/index.php oZone3D.Net] - Tutorials and resources for OpenGL, DirectX and LUA programming
* [http://www.ozone3d.net/index.php oZone3D.Net] - Tutorials and resources for OpenGL, DirectX and LUA programming

Revision as of 01:22, 18 October 2008

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

General

Game Programming

Half-Life specific

Sample Source Code

C++

See Also