Marcin
98ab6fcbe0
glm_perlin_vec3 test
2025-01-17 16:38:19 +00:00
Marcin
f0529646b2
glm_perlin_vec3 boilerplate
2025-01-17 16:38:19 +00:00
Marcin
585a999d79
docs
2025-01-17 16:38:19 +00:00
Marcin
5f241a2daf
glm_perlin_vec3 impl
2025-01-17 16:38:19 +00:00
Marcin
fbdc46b205
more doc
2025-01-17 16:38:18 +00:00
Marcin
ae1bee7481
doc
2025-01-17 16:38:18 +00:00
Marcin
a0d8803f76
perlin.h -> noise.h
2025-01-15 14:05:08 +00:00
Marcin
43c9f84c8c
test_perlin
2025-01-15 13:35:10 +00:00
Marcin
71a0dc6c35
minor reshuffle
2025-01-15 13:35:10 +00:00
Marcin
5d34a04496
refactor gNorm
2025-01-15 13:35:10 +00:00
Marcin
b54dff0124
minor comment
2025-01-15 13:35:10 +00:00
Marcin
fda5406ac0
unnecessary zero init
2025-01-15 13:35:10 +00:00
Marcin
f19dc13e39
missed bracket
2025-01-15 13:35:09 +00:00
Marcin
f3f75a2727
impl but buggy
2025-01-15 13:35:09 +00:00
Marcin
c3e16a53f4
work in progress
2025-01-15 13:35:09 +00:00
Marcin
8a2fd9cda9
docs boilerplate
2025-01-14 17:34:51 +00:00
Marcin
98f53c750d
test boilerplate
2025-01-14 17:32:56 +00:00
Marcin
3e52d90ecb
boilerplate
2025-01-14 17:32:46 +00:00
Marcin
a4cd7e008d
initial impl
2025-01-14 17:31:35 +00:00
Recep Aslantas
5861c37a93
Merge pull request #437 from master30f/readme-restructure
...
Restructure and rephrase README
2025-01-08 11:28:30 +03:00
zorby
aae82c1d4a
README: Add chapter about alignment
2025-01-04 11:51:43 +01:00
zorby
7e51ed88e8
README: Add Features
2025-01-04 11:23:37 +01:00
zorby
32a05a579b
README: Move Struct API chapter
2025-01-04 11:22:52 +01:00
Recep Aslantas
9b67866154
Merge pull request #438 from master30f/file-cleanup
...
Remove .vscode and .gitmodules
2025-01-03 23:42:41 +03:00
zorby
bab7d7bb12
Add .vscode to .gitignore
2025-01-03 17:09:44 +01:00
zorby
5a207d84bb
Remove .gitmodules
...
See issue #436 .
2025-01-03 10:43:47 +01:00
zorby
7783acae10
Remove .vscode
...
See issue #436 .
2025-01-03 10:40:17 +01:00
zorby
9d079d3cc3
Restructure README
2024-12-30 13:50:11 +01:00
Recep Aslantas
054b2df004
vscode: disable formatOnSave
2024-12-03 14:27:06 +03:00
Recep Aslantas
93a2926a13
Merge pull request #430 from nitrix/feat/cmake-3.13
...
Bump CMake minimum version to 3.13
2024-09-10 14:06:45 +03:00
Alex Belanger
5484259328
Undid the formatting.
2024-09-09 10:35:24 -04:00
Alex Belanger
e930737807
Bump CMake minimum version to 3.13
2024-09-09 10:06:09 -04:00
Recep Aslantas
c12f318fab
supress fast-math warns
2024-08-27 13:40:34 +03:00
Recep Aslantas
b0f35203f9
suppress warns
2024-08-27 12:32:58 +03:00
Recep Aslantas
ad009d4e49
doc: improve briefs
2024-08-27 12:29:43 +03:00
Recep Aslantas
2f619cdd6f
newlines
2024-08-27 12:22:42 +03:00
Recep Aslantas
33e78ca2ad
suppress warns about va-args
2024-08-27 12:13:28 +03:00
Recep Aslantas
f82d570dec
take -pedantic into account to validate CGLM_USE_ANONYMOUS_STRUCT
2024-08-27 11:58:34 +03:00
Recep Aslantas
48839a38a1
fix refract
2024-07-15 12:41:23 +03:00
Recep Aslantas
d491108386
Merge pull request #423 from waywardmonkeys/reduce-typo-count
...
Reduce typo count.
2024-07-15 11:29:42 +03:00
Bruce Mitchener
068f6951b3
Reduce typo count.
2024-07-14 09:10:19 +07:00
Recep Aslantas
ed731f991d
Merge pull request #421 from myfreeer/patch-1
...
mat4: wasm simd128 for glm_mat4_inv
2024-07-03 17:06:53 +03:00
myfreeer
07dc9520a4
mat4: wasm simd128 for glm_mat4_inv
...
The function `glm_mat4_inv_wasm` has been implemented, but not used in `glm_mat4_inv`. This commit adds a conditional macro to add the case of wasm and simd128 case for calling `glm_mat4_inv_wasm`.
2024-07-03 20:04:50 +08:00
Recep Aslantas
be0defb7ac
Merge pull request #420 from not-kaz/master
...
Fixed 'missing-prototypes' warnings for some vec2 funcs.
2024-06-11 14:52:02 +03:00
Kaz
5b2c37f73b
Fixed 'missing-prototypes' warnings for some vec2 funcs.
...
Using gcc and missing-prototypes flag shows warnings for:
glmc_vec2_fill, glmc_vec2_eq and glmc_vec2_eqv.
Seems they were not added to call/vec2.h for some reason. This should fix the warnings.
2024-06-09 11:06:18 +02:00
Recep Aslantas
a93a9ef9a2
Merge pull request #416 from telephone001/quat_slerp_longest
...
added quat_slerp_longest
2024-05-13 17:26:49 +03:00
Recep Aslantas
c5b2afc1c4
Update quat.h
2024-05-13 17:20:28 +03:00
John Choi
cd5ed1f4c4
added quat_slerp_longest
2024-05-10 22:32:25 -05:00
Recep Aslantas
eb3a51e591
win: suppress C4996; use snprintf() instead of sprintf()
2024-04-22 21:33:31 +03:00
Recep Aslantas
da4224ba32
now working on v0.9.5
2024-04-02 00:52:54 +03:00