Commit Graph

72 Commits

Author SHA1 Message Date
44cce9f3ad feat(mat4): add mul_r and mul function 2025-07-11 21:16:52 +02:00
f4e4349877 feat(mat4): add only x64 SSE mul 2025-07-11 09:28:26 +02:00
8398c6e480 feat(mat4): add scale function 2025-07-06 11:01:33 +02:00
86beae9efd feat(mat4): add sub and add functions 2025-07-06 09:54:41 +02:00
bdd4bd3e40 feat: add mat4 init functions 2025-07-04 06:41:15 +02:00
8b14924da3 feat(tests_vec3f): add vec3 tests 2025-07-02 12:43:42 +02:00
a77d9bf585 feat: add vec3f tests 2025-06-26 00:16:24 +02:00
3035d12aca feat(vec3): add a few basic functions 2025-06-25 22:10:12 +02:00
8fbefc7e09 fix(cmakelists.txt): remove -lm for msvc compilation 2025-06-23 00:26:03 +02:00
2a747b80d7 fix: github actions take latest job 2025-06-23 00:24:00 +02:00
5599dfc0ab feat: add macos arm64 workflow 2025-06-23 00:17:18 +02:00
3689638ba0 fix: used matrix.name instead of matrix.os for runs-on 2025-06-22 23:52:31 +02:00
10f66eefd2 feat: add all vec4f test functions 2025-06-22 23:46:18 +02:00
72ea516526 feat: change return type for ptr functions 2025-06-22 23:45:50 +02:00
9230630fb2 refactor: remove few worflow 2025-06-22 23:41:14 +02:00
a206ccce6e feat(vec4.c): add few functions
- vec4f_len
- vec4f_norm
- vec4f_lerp
- vec4f_angle
- vec4f_proj
- vec4f_dist
2025-06-22 19:29:45 +02:00
bc39653a2a chore: exclude useless compilation workflow test 2025-06-22 19:27:49 +02:00
02e5acec2e fix: add cl to excule list for ubuntu-arm 2025-06-22 13:59:14 +02:00
bb6cb08f06 chore: add arm64 to cmake-multi-platform workflow 2025-06-22 13:52:32 +02:00
1c41293832 fix: vec4f_dot for x64 2025-06-22 13:51:55 +02:00
7a1fb0daa3 feat: add dot function 2025-06-21 22:45:07 +02:00
8fcf32778e fix: __restrict__ doesn't work on MSVC 2025-06-21 22:20:38 +02:00
3415dc15a3 refactor: rename common_math.h to mconfig.h 2025-06-21 22:11:45 +02:00
3f005a2bbb feat: add tests configuration 2025-06-21 22:11:01 +02:00
cfa52e9795 fix: ensure code to compile correctly with MSVC 2025-06-21 14:07:24 +02:00
d6f82cfd46 fix: change vec3.data 3 -> 4
fix cmake for microsoft
2025-06-21 13:58:42 +02:00
Loïc GUEZO
bb62a219cb Create cmake-multi-platform.yml 2025-06-21 13:51:19 +02:00
187908ccec feat: add vec3 and vec4 functions 2025-06-21 13:48:10 +02:00
3703ab17b0 Cleanup: remove clone function from basic vec operations
- commented all functions in mat4.h
- add shared math header
2025-06-20 10:18:48 +02:00
e157997d98 fix(vec4): force 16 Bytes aligned 2025-06-11 22:19:18 +02:00
e853d6d456 feat: add vec4 functions 2025-06-11 17:26:41 +02:00
8e26c51370 feat: rework math files
- add SSE functions
- remove vec3 / mat3
2025-06-10 22:57:31 +02:00
35d7f0da36 feat(mat4): add mat4 basic functions 2025-06-09 21:49:58 +02:00
d456cbc3a7 fix(mat3.c): rename mat3_Det to mat3_det
- renamed all structs with _t suffix
- remove most comments (might continue later)
2025-06-08 23:32:56 +02:00
19e57fb1ae feat: rename and change few things 2025-05-16 18:39:03 +02:00
37ee18c0e6 fix(vectors): edited functions name 2025-05-16 13:49:16 +02:00
35d6712d45 fix(branch): rework branch 2025-05-16 13:03:16 +02:00
28eb4cbfc3 feat(matrix3): add inv function. 2025-03-31 15:18:41 +02:00
89c619f83e feat(matrix3): Initialize few basic functions 2025-03-30 16:11:23 +02:00
e39f9c7892 chore(.gitignore): add .cache folder to gitignore. 2025-03-25 21:15:54 +01:00
768c84717b feat(.gitignore): add compile_commands to the ignore files 2025-03-25 21:13:40 +01:00
61330afe37 fix(vector3.c): remove useless variables. 2025-03-25 21:13:40 +01:00
8f7677dcb8 docs(README.md): add acknowledgement part. 2025-03-25 21:13:40 +01:00
4449542fe6 fix: rework tests using unity test framework. 2025-03-25 21:13:40 +01:00
82984170c6 fix(test_vec): rework all tests 2025-03-25 21:13:40 +01:00
0d2ebbb741 docs: rework docs 2025-03-25 21:13:40 +01:00
b613081224 fix: remove all heap allocation for better performance in vector functions. 2025-03-25 21:13:40 +01:00
5fb6a47ce5 fix(vector3, vector4): fix some functions. 2025-03-25 21:13:40 +01:00
634403e3e3 docs(vectors): add docs for all functions. 2025-03-25 21:13:40 +01:00
9087a7550a docs(vector4): add docs for all functions. 2025-03-25 21:13:40 +01:00