Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.04 KB

glmc - the minimal OpenGL C toolkit

alt tag

What glmc is

Glmc is an essential C language port of the famous GLM OpenGL Mathematics Library. It comes useful while developing small OpenGL projects in plain C language for didactic purpose.

What glmc is NOT

A giga-super-ultra-complete library that will do everything you need, the coffee too.

Available functions

  • glmc_model_matrix
  • glmc_look_at
  • glmc_perspective
  • glmc_identity
  • glmc_rotate
  • glmc_scale
  • glmc_translate
  • glmc_vec3
  • glmc_vec4
  • glmc_sub_vec3
  • glmc_sub_vec4
  • glmc_cross
  • glmc_normalize

If you would like to add more stuff, pull requests are welcome.

Install

Compile the library with make, then link the static library libgmlc.a to your program.

Licence

Copyright (c) 2015 paribro qlitzler

The MIT License