Recep Aslantas
48977a012b
test: add some tests for mat4
2017-07-12 20:46:05 +03:00
Recep Aslantas
208c1d92f2
Update README.md
2017-07-11 18:37:21 +03:00
Recep Aslantas
9d61668e04
re-organise files, remove cglm prefix from file to make them more clean
v0.3.0
0.3.0
2017-07-11 18:05:10 +03:00
Recep Aslantas
3b159cdf02
neon: implement matrix multiplication for ARM Neon
2017-07-11 16:33:41 +03:00
Recep Aslantas
46303a2fb1
define common SIMD flags in common header
2017-07-11 16:31:55 +03:00
Recep Aslantas
a55b0ab5db
re-organise test structure
2017-07-11 12:30:02 +03:00
Recep Aslantas
71d731173a
fix parameter docs
2017-07-06 17:00:04 +03:00
Recep Aslantas
abbb8de0e3
Create CONTRIBUTING.md
2017-07-04 15:45:01 +03:00
Recep Aslantas
56f84f0d49
add function, type and macros in header to top of header
2017-06-27 12:17:03 +03:00
Recep Aslantas
f6959b99c6
fix pre-compiled vector header and suppress warnings
2017-06-15 20:06:00 +03:00
Recep Aslantas
991833ab77
fix precise matrix inv
2017-06-15 19:56:51 +03:00
Recep Aslantas
95cedccbd0
fix ending statement
2017-06-15 19:53:49 +03:00
Recep Aslantas
50b8b18560
add guard to SIMD header
2017-06-15 19:51:44 +03:00
Recep Aslantas
877f1d04bb
suppress "Possible misuse of comma operator" warnings
2017-06-15 19:50:12 +03:00
Recep Aslantas
237e91fcad
update README
2017-06-13 21:06:16 +03:00
Recep Aslantas
30ef6d93aa
doc: getting started
2017-06-11 17:44:42 +03:00
Recep Aslantas
cfdb86b5fc
add epsilon version to compare vector with vector( or with value )
2017-06-11 16:53:18 +03:00
Recep Aslantas
1e32edea65
docs: building cglm
2017-06-06 22:55:52 +03:00
Recep Aslantas
3fbf590d39
func for make matrix identity
2017-05-29 20:52:38 +03:00
Recep Aslantas
3728102644
add _scale_as feature
...
glm_vec_scale multiplies vector (all items) by a scalar
result = vector * factor, new scale = old scale * factor
now it is possible to scale a vector as specified factor
result = unit(vector) * factor, new scale = factor
2017-05-21 21:34:50 +03:00
Recep Aslantas
eafcd1d103
improve and add comments to matrix decompositions
2017-05-21 20:48:17 +03:00
Recep Aslantas
ed5ffc43cb
optimize projection functions
2017-05-21 19:30:38 +03:00
Recep Aslantas
e47cc22300
build: fix make install include path
...
* now we can include library headers like this: #include <cglm/cglm.h>
v0.2.1
2017-05-21 13:39:38 +03:00
Recep Aslantas
8aa80d3e9b
win: add version header to project
2017-05-21 12:36:31 +03:00
Recep Aslantas
f90d3f5faf
add removed functions as macro as DEPRECATED
2017-05-21 12:28:06 +03:00
Recep Aslantas
02513b77c1
add version info
v0.2.0
2017-05-21 01:31:25 +03:00
Recep Aslantas
fb444203b6
fix inlining exported function
2017-05-21 01:29:10 +03:00
Recep Aslantas
38632b2dd4
Update README.md
2017-05-21 00:34:56 +03:00
Recep Aslantas
1214a566b6
translate and scale make util
2017-05-15 22:27:20 +03:00
Recep Aslantas
41c874aa97
fix linking test lib
2017-04-25 23:56:58 +03:00
Recep Aslantas
38be538342
test: test mat4_mul
2017-04-25 23:27:15 +03:00
Recep Aslantas
4d55510ff0
ignore: ignore test files
2017-04-25 23:25:10 +03:00
Recep Aslantas
e789186889
zero initializer for matrix
2017-04-25 23:22:29 +03:00
Recep Aslantas
24b9992f19
deps: add cmocka as submodule for unit testing
2017-04-22 16:56:16 +03:00
Recep Aslantas
e7f35704ca
fix identity quat initialization for C++ / Windows
2017-04-22 15:57:08 +03:00
Recep Aslantas
24ab1ff621
add badges to README
2017-04-22 15:39:08 +03:00
Recep Aslantas
f1b55589ac
ci: fix build script for travis ci
2017-04-22 15:29:08 +03:00
Recep Aslantas
ef5a8549e2
add missing file for windows
2017-04-22 15:20:38 +03:00
Recep Aslantas
d5371f10a1
ci: set appveyor image
2017-04-22 15:17:36 +03:00
Recep Aslantas
cab370d1c7
ci: add travis and appveyor
2017-04-22 15:02:12 +03:00
Recep Aslantas
76107064d7
add build instructions for Windows
2017-04-22 14:59:18 +03:00
Recep Aslantas
12ea809e0a
enable code analysis for windows
2017-04-22 14:59:18 +03:00
Recep Aslantas
e2fcf80e48
build for windows (dll)
2017-04-22 14:59:18 +03:00
Recep Aslantas
8a34e74b87
Add TODO list to README
2017-04-21 00:38:00 +03:00
Recep Aslantas
33770b9181
add missing docs to vector header
2017-04-15 02:08:43 +03:00
Recep Aslantas
cb6d5c1f7e
center point of to vectors
2017-04-15 02:05:06 +03:00
Recep Aslantas
4ffc01655e
optimize quat to matrix
2017-04-10 19:52:08 +03:00
Recep Aslantas
25feab7860
use multiplication instead of division for 1 / 2
2017-04-10 18:52:32 +03:00
Recep Aslantas
bf18ca647e
distance between two vectors
2017-04-09 21:14:26 +03:00
Recep Aslantas
86c585b9e5
vec-ext: fix vec4 min
2017-03-23 19:34:51 +03:00