= Development Resources = This is a collection of useful development resources. Things that will make developing easier. == Documenation == * Math and Physics * Quaternions * [http://www.gamedev.net/reference/list.asp?categoryid=28#150 Some articels about Quaternions] from [http://www.gamedev.net Gamedev]. * [http://www.gametutorials.com/Tutorials/opengl/OpenGL_Pg4.htm a usefull SDL example] on the [http://www.gametutorials.com gametutorials] page. * Vectors * [http://www.gamedev.net/reference/list.asp?categoryid=28#160 Some articels about Vectors] * Graphics * Fonts * [http://www.opengl.org/resources/features/fontsurvey/ a survey about pros/cons of diffrent font solutions] * Usefull containers of all kind of informations: * [http://www.gamedev.net/reference/ Gamedev] - general game programming * [http://nehe.gamedev.net/ NEHE articles] - general openGL programming * [http://www.gametutorials.com/ gametutorials]