Skip to content

Releases: recp/cglm

v0.2.0

20 May 22:39
Compare
Choose a tag to compare
  • _dup (duplicate) is changed to _copy. For instance glm_vec_dup -> glm_vec_copy
  • OpenGL related functions are dropped to make this lib platform/third-party independent
  • build conf for windows
  • add some vector operations
  • add cmocka to unit tests
  • optimizations