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
- Host: GitHub
- URL: https://github.com/laschuet/cgm
- Owner: laschuet
- License: mit
- Created: 2015-12-31T00:17:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T11:56:12.000Z (about 7 years ago)
- Last Synced: 2025-02-13T06:42:51.434Z (about 1 year ago)
- Topics: c, computer-graphics, data-structures, mathematics
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CGM
[](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).