Programming Sites: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) m (fix link) |
Brandished (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
* [http://www.codebeach.com Code Beach] | * [http://www.codebeach.com Code Beach] | ||
* [http://forums.devshed.com/ Dev Shed Forums] | * [http://forums.devshed.com/ Dev Shed Forums] | ||
* [http://www.codecogs.com/ CodeCogs] - open source Numerical library in C/C++ | |||
* [http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/ Yahoo! Directory: Computer Programming and Development] | * [http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/ Yahoo! Directory: Computer Programming and Development] | ||
Revision as of 13:52, 26 October 2008
This is a list of sites relating to programming, covering both general and HL2 specific topics.
General
- Microsoft Developer Network
- DevX
- Programmer's Heaven
- Tech books for free
- thefreecountry
- The Code Project
- Learn-Programming.za.net
- Dev Articles
- Code Beach
- Dev Shed Forums
- CodeCogs - open source Numerical library in C/C++
- Yahoo! Directory: Computer Programming and Development
Game Programming
- OpenGL.org - official site for OpenGL information
- NVIDIA Developer Zone - OpenGL, DirectX, PhysX, and CUDA resourses
- AMD Developer Central - Resources for GPU programming and development
- Rocket Commander Tutorials - 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.
- GameProgrammer.org - Resources on OpenGL and DirectX game programming
- Gamedev - Website with a lot of useful resources for game developers.
- oZone3D.Net - Tutorials and resources for OpenGL, DirectX and LUA programming
Half-Life specific
- Mattie's Eventscripts - Great for gaining some minor coding experience, simple plugin addon for Source games.
- Razvanadrian - Half Life 2 Coding
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.
C++
- Thinking in C++ (2nd Edition)
- C++ for you
- CoderSource.net: C++ Programming Tutorials
- MSDN: Getting Started with Visual C++
- LearnCpp.com
- Xoax.net C++ Video Tutorials
- Cprogramming.com
- cplusplus.com
- Wiki Books: C++ Programming
- An introduction to C, by Tom Torfs
- C++ In Action
- C++: A Dialog