Skip to content

paridebroggi/glmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal port of GLM in C Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published