Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘math library’


GLM 0.7.5

Be the first to comment - What do you think?  Posted by JeGX - 2008/07/10 at 10:41

Categories: Programming   Tags: , , ,

GLM is a header only C++ math library based on GLSL specification so that if you know how to use GLSL, you know how to use GLSL types and functions: They are the same, same behaviors, same rules. Mostly all GLSL specification have been implemented except texture related issues.

GLM handle all vector and matrix types, GLSL conversions, swizzle operators, the math function library, etc… Beyond the GLSL features an extension system based on GLSL extension system is available. It provides to GLM lot of features like quaternion, matrix transformations, splines, intersections, number precisions, euler angles and various useful functions.

More information and download HERE.

Discuss about GLM in G-Truc Creation’s forum HERE.

-source-