From 1ea0d103ea01abbf140fbe76a00f3cce7d608311 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 27 Nov 2015 17:28:05 -0500 Subject: [PATCH] Clean up Alternatives section --- doc/doc.tex | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/doc.tex b/doc/doc.tex index 9e5c6872..f726445a 100644 --- a/doc/doc.tex +++ b/doc/doc.tex @@ -1388,12 +1388,17 @@ Are you using GLM in a project? Tell us! Are you using GLM in a tutorial? Tell us! -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++. -- glhlib: A much more than glu C library. -- Are you using or working on an alternative library to GLM? +\subsection{Alternatives to GLM} + +\begin{itemize} + \item \href{http://cmldev.net/}{CML}: The CML (Configurable Math Library) is a free C++ math library for games and graphics. + \item \href{http://eigen.tuxfamily.org/}{Eigen}: A more heavy weight math library for general linear algebra in C++. + \item \href{http://glhlib.sourceforge.net/}{glhlib}: A much more than glu C library. +\end{itemize} + +Are you using or working on an alternative library to GLM? + 9.7. Acknowledgements GLM is developed and maintained by Christophe Riccio but many contributors have made this project what it is. \subsection{Acknowledgements}