fixed copying of library links in install target
[gph-math] / README.md
1 gph-math: graphene math library
2 ===============================
3
4 About
5 -----
6 Gph-math is a C++ math library for graphics programs. It's been written as part
7 of the [graphene 3d engine](http://github.com/MutantStargoat/graphene) project,
8 but it's really a standalone reusable math library with no further ties to
9 graphene other than the namespace "gph".
10
11 I intend to use this library for all my C++ graphics projects from now on,
12 superseding [libvmath](http://github.com/jtsiomb/libvmath), which I've been
13 using and evolving since the start of the century.
14
15 Inspired by other modern math libraries like glm, gph-math follows the GLSL
16 conventions wherever it makes sense, and doesn't clash with my code style,
17 including the very elegant swizzle mechanism for conversions between vector
18 types.
19
20 License
21 -------
22 Copyright (C) 2016 John Tsiombikas <nuclear@member.fsf.org>
23
24 This program is free software. Feel free to use, modify, and/or redistribute it
25 under the terms of the MIT/X11 license. See LICENSE for details.