Version 58 (modified by bknecht, 17 years ago) (diff) |
---|
Table of Contents
Link collection
This is a collection of useful development resources. Things that will make developing easier.
Documenation
C++ Programming Issues
- Performance Measuring
- Performant Programming
- Hardware near Programming
- Profiling with gprof
- Programming Style
Maths
- Quaternions
- Some articles about Quaternions from Gamedev.
- A useful SDL example on the gametutorials page.
- Vectors
Physics
- novodex is a free physics engine, it is a ETH spinoff from the CGL
- Lecture on Physically Based Modelling
- Magic words for google for pages on physically based modelling
Graphics
- SDL
- OpenGL
- Fonts
- Animations
- Texturing
- Shadows
- Performance
- Tutorials
- many of Paul's Projects
- frustum3D
- nehe
- openGL advanced tutorials
- openGL code snippets
- Gamedev - General Game programming
- The red Book - OpenGL Programming Guide
- Game Tutorials
- Game programming Wiki - Articles about SDL and OpenGL
- lots of windows openGL samples
- NVidias OpenGL Cube Map Texturing
- NVidia Development Center
- ATI Development Center
- Apron tutorials
- References
- Model(ing)
- Texturing
- texturing primer
- the wadfather: colletction of many textureas and pictures for games
Network Related
Sound
- SDL_Mixer
- OpenAL
Terrain
Data Format
Game specific Stuff
- HUD
- Collision Detection
- Level Design
- Story Design