From Scriptionary.com
This page is an attempt at creating an all encompassing list of Graphics Programming resources that are not on this website.
Graphics Programming (not API specific)
| Link
| Description
|
| GameDev.net
| Website aimed towards game development, contains many code samples for Graphics Programmers.
|
3D Engines
| Link
| Description
|
| Irrlicht
| A lightweight Open Source 3D engine which implements the OpenGL API, Direct3D, and a software rasterizer.
|
| OGRE 3D
| An Open Source 3D Engine.
|
Direct3D Specific
| Link
| Description
|
| DirectX API
| The official DirectX homepage. DirectX is the API which contains Direct3D.
|
| Direct3D 10
| Official Direct3D 10 tutorials on the Microsoft Developer Network.
|
| Direct3D 9
| Official Direct3D 9 tutorials on the Microsoft Developer Network.
|
| SlimDX
| A managed wrapper around the DirectX library for .NET, including Direct3D (this is not Managed DirectX).
|
OpenGL Specific
| Link
| Description
|
| OpenGL
| The official homepage for the OpenGL API.
|
| OpenGL Wiki
| The official OpenGL Wiki.
|
| OpenTK
| A managed wrapper around OpenGL and OpenAL for .NET.
|
| NeHe
| NeHe's OpenGL tutorials. From beginner to intermediate levels.
|
| OpenGL.org Tutorials
| List of tutorials from the OpenGL.org SDK.
|