An open API service indexing awesome lists of open source software.

https://github.com/laschuet/cgm

Data structures and functions for computer graphics mathematics
https://github.com/laschuet/cgm

c computer-graphics data-structures mathematics

Last synced: 5 months ago
JSON representation

Data structures and functions for computer graphics mathematics

Awesome Lists containing this project

README

          

# CGM

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/laschuet/cgm/blob/master/LICENSE.txt)

Computer Graphics Mathematics (CGM) is a header only C library for graphics
programming. It provides access to commonly used data structures and functions.
CGM is free and open source.

## Features

* vec2
* vec3
* vec4
* mat4

## License

CGM is licensed under the [MIT License](./LICENSE.txt).