From fce058f2a44ff6bac502d99115f5098b668b80a8 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 27 Nov 2015 17:27:46 -0500 Subject: [PATCH] Clean up Tutorials section --- doc/doc.tex | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/doc/doc.tex b/doc/doc.tex index 433fcc74..9e5c6872 100644 --- a/doc/doc.tex +++ b/doc/doc.tex @@ -1369,21 +1369,25 @@ Beautifully hand-crafted levels bring the story of Leo to life in this epic adve Are you using GLM in a project? Tell us! -9.5. OpenGL tutorials using GLM -- The OpenGL Samples Pack, samples that show how to set up all the different new features -- Learning Modern 3D Graphics Programming, a great OpenGL tutorial using GLM by Jason L. McKesson -- Morten Nobel-Jørgensen's review and use an OpenGL renderer -- Swiftless' OpenGL tutorial using GLM by Donald Urquhart -- Rastergrid, many technical articles with companion programs using GLM by Daniel Rákos -- OpenGL Tutorial, tutorials for OpenGL 3.1 and later -- OpenGL Programming on Wikibooks: For beginners who are discovering OpenGL. -- 3D Game Engine Programming: Learning the latest 3D Game Engine Programming techniques. -- Game Tutorials, graphics and game programming. -- open.gl, OpenGL tutorial -- c-jump, GLM tutorial -- Learn OpenGL, OpenGL tutorial +\subsection{OpenGL Tutorials using GLM} + +\begin{itemize} + \item \href{http://www.g-truc.net/project-0026.html#menu}{The OpenGL Samples Pack}: Examples that demonstrate OpenGL's many features + \item \href{http://www.arcsynthesis.org/gltut/}{Learning Modern 3D Graphics Programming}: A great OpenGL tutorial by Jason L. McKesson + \item \href{http://blog.nobel-joergensen.com/2011/04/02/glm-brilliant-math-library-for-opengl/}{Morten Nobel-Jørgensen's review} and \href{https://github.com/mortennobel/RenderE}{OpenGL renderer} + \item \href{http://www.swiftless.com/opengltuts.html}{Swiftless' OpenGL tutorial} by Donald Urquhart + \item \href{http://rastergrid.com/blog/}{Rastergrid}: Technical articles (with companion programs) by Daniel Rákos + \item \href{http://www.opengl-tutorial.org}{OpenGL Tutorial}: OpenGL tutorials + \item \href{http://en.wikibooks.org/wiki/OpenGL_Programming}{OpenGL Programming on Wikibooks}: For beginners just discovering OpenGL + \item \href{http://3dgep.com/}{3D Game Engine Programming}: 3D game engine programming techniques + \item \href{http://www.gametutorials.com/opengl-4-matrices-and-glm/}{Game Tutorials}: Graphics and game programming tutorials + \item \href{https://open.gl/}{open.gl}: An OpenGL tutorial + \item \href{http://www.c-jump.com/bcc/common/Talk3/Math/GLM/GLM.html}{c-jump}: A GLM tutorial + \item \href{http://learnopengl.com/}{Learn OpenGL}: An OpenGL tutorial +\end{itemize} + +Are you using GLM in a tutorial? Tell us! -- Are you using GLM in a tutorial? 9.6. Alternatives to GLM - CML: The CML (Configurable Math Library) is a free C++ math library for games and graphics. - Eigen: A more heavy weight math library for general linear algebra in C++.