Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/recp/cglm
📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
https://github.com/recp/cglm
add new matrix mat2x3
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
Use glm_{vec2,vec3,vec4} to fill vector by individual items
EasyIP2023 opened this issue over 1 year ago
EasyIP2023 opened this issue over 1 year ago
drop "-Werror" to allow skip warnings on production build
recp opened this pull request over 1 year ago
recp opened this pull request over 1 year ago
include/cglm/io.h:70:38: error: unused parameter 'ostream' [-Werror,-Wunused-parameter]
yurivict opened this issue over 1 year ago
yurivict opened this issue over 1 year ago
vec4: add new function glm_vec4_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
vec3: add new function glm_vec3_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
vec2: add new function glm_vec2_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
test_quat: add more robust quat_make test
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
Missing Handed / Clipspace bound implementations
recp opened this issue over 1 year ago
recp opened this issue over 1 year ago
quat: add new function glm_quat_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
How to generate wasm file.
823639792 opened this issue over 1 year ago
823639792 opened this issue over 1 year ago
Small comment fixes
FrostKiwi opened this pull request over 1 year ago
FrostKiwi opened this pull request over 1 year ago
glm_quat_lerp is incorrect
xubury opened this issue over 1 year ago
xubury opened this issue over 1 year ago
Implement missing 3D Affine Transforms in the Struct API
FrostKiwi opened this pull request over 1 year ago
FrostKiwi opened this pull request over 1 year ago
Struct API missing 3D Affine Transform
FrostKiwi opened this issue over 1 year ago
FrostKiwi opened this issue over 1 year ago
glms_vec3_normalize results in noop, different result to glm_vec3_normalize
FrostKiwi opened this issue over 1 year ago
FrostKiwi opened this issue over 1 year ago
CGLM_OMIT_NS_FROM_STRUCT_API breaks compilation
FrostKiwi opened this issue over 1 year ago
FrostKiwi opened this issue over 1 year ago
ci: update mymindstorm/setup-emsdk to v12
myfreeer opened this pull request over 1 year ago
myfreeer opened this pull request over 1 year ago
WASM SIMD glitched on iPhone and crashes on iPad
FrostKiwi opened this issue over 1 year ago
FrostKiwi opened this issue over 1 year ago
suppress sign conversion warnings
recp opened this pull request over 1 year ago
recp opened this pull request over 1 year ago
Sign conversion warnings
CaspianA1 opened this issue over 1 year ago
CaspianA1 opened this issue over 1 year ago
Add Enhanced Support for Anonymous Structs
recp opened this pull request over 1 year ago
recp opened this pull request over 1 year ago
libwinpthread-1.dll needed ?
Nonesence999 opened this issue over 1 year ago
Nonesence999 opened this issue over 1 year ago
Having trouble whit the library + a lot of warns caused by nameless struture
Nonesence999 opened this issue over 1 year ago
Nonesence999 opened this issue over 1 year ago
How do I generate a quaternion from euler angles?
badasahog opened this issue over 1 year ago
badasahog opened this issue over 1 year ago
Axis/Direction Normalization
gottfriedleibniz opened this issue over 1 year ago
gottfriedleibniz opened this issue over 1 year ago
proposal: compiler specific vectorization ( e.g. `__builtin_shufflevector` ... ) if native SIMD is not ( could not ) detected
recp opened this issue over 1 year ago
recp opened this issue over 1 year ago
io: fix test runner.c implicit declaration glm_arch_print
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
mat3: add new function glm_mat3_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
mat2: add new function glm_mat2_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
README: update meson option for running test
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
mat4: add new function glm_mat4_make
EasyIP2023 opened this pull request over 1 year ago
EasyIP2023 opened this pull request over 1 year ago
add glms_translate_to()
kagetu opened this pull request over 1 year ago
kagetu opened this pull request over 1 year ago
0.9 build failure on arch other than x86_64 and aarch
bl4ckb0ne opened this issue over 1 year ago
bl4ckb0ne opened this issue over 1 year ago
README: add build docs for WebAssembly
myfreeer opened this pull request over 1 year ago
myfreeer opened this pull request over 1 year ago
where is glm_camera_lookat defined?
badasahog opened this issue over 1 year ago
badasahog opened this issue over 1 year ago
Fix simd signmask
recp opened this pull request over 1 year ago
recp opened this pull request over 1 year ago
wasm: replace usage of -0.f to 0x80000000
myfreeer opened this pull request over 1 year ago
myfreeer opened this pull request over 1 year ago
simd, sse: use 0x80000000 insteaf of -0.f to fix fastmath on msvc
recp opened this pull request over 1 year ago
recp opened this pull request over 1 year ago
struct: provide option to omit struct api namespace e.g. `glms_` and …
recp opened this pull request over 1 year ago
recp opened this pull request over 1 year ago
Bug in glm_mat4_inv_sse2
deadwanderer opened this issue over 1 year ago
deadwanderer opened this issue over 1 year ago
Bug in glm_mat4_print?
deadwanderer opened this issue over 1 year ago
deadwanderer opened this issue over 1 year ago
Updated parameter name (d -> dest)
krishna2803 opened this pull request over 1 year ago
krishna2803 opened this pull request over 1 year ago
WIP: Wasm simd128 support
myfreeer opened this pull request over 1 year ago
myfreeer opened this pull request over 1 year ago
proposal: glm_make_mat#x#
EasyIP2023 opened this issue almost 2 years ago
EasyIP2023 opened this issue almost 2 years ago
proposal: matrix to quat alternative implementation
recp opened this issue almost 2 years ago
recp opened this issue almost 2 years ago
Const correctness: add const qualifiers for unmodified function parameters
CaspianA1 opened this issue almost 2 years ago
CaspianA1 opened this issue almost 2 years ago
fix building ARM NEON on windows & msvc
recp opened this pull request almost 2 years ago
recp opened this pull request almost 2 years ago
Check for builtin before using it
NeRdTheNed opened this pull request almost 2 years ago
NeRdTheNed opened this pull request almost 2 years ago
NEON literal assignment
gottfriedleibniz opened this issue almost 2 years ago
gottfriedleibniz opened this issue almost 2 years ago
Fixed glm_mat4_mulv3
ransel117 opened this pull request almost 2 years ago
ransel117 opened this pull request almost 2 years ago
cmake: prevent overriding CMAKE_BUILD_TYPE if it is subdirectory
recp opened this pull request almost 2 years ago
recp opened this pull request almost 2 years ago
Problem in linking with OpenGL
icaro-meneses opened this issue almost 2 years ago
icaro-meneses opened this issue almost 2 years ago
Adding initialization macros for ivec types
duarm opened this pull request almost 2 years ago
duarm opened this pull request almost 2 years ago
Make implicit double promotion/casting explicit (fixes #228)
JulianSchoenbaechler opened this pull request almost 2 years ago
JulianSchoenbaechler opened this pull request almost 2 years ago
Revert "fix: simplified pkgconfig generation"
Artturin opened this pull request about 2 years ago
Artturin opened this pull request about 2 years ago
build: separate pkg-config input file for cmake
recp opened this pull request about 2 years ago
recp opened this pull request about 2 years ago
Switch CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR for cmake.pc
suicvne opened this pull request about 2 years ago
suicvne opened this pull request about 2 years ago
Fix missing abs declaration on Emscripten
KivApple opened this pull request about 2 years ago
KivApple opened this pull request about 2 years ago
test_clamp: use glm_eq for floating point comparison
bl4ckb0ne opened this pull request about 2 years ago
bl4ckb0ne opened this pull request about 2 years ago
What is the equivalent to glm::mix on cglm?
VictorQueiroz opened this issue about 2 years ago
VictorQueiroz opened this issue about 2 years ago
assertion in test_clamp on x86
bl4ckb0ne opened this issue about 2 years ago
bl4ckb0ne opened this issue about 2 years ago
New abs functions for vec2, ivec2, ivec3, ivec4
duarm opened this pull request about 2 years ago
duarm opened this pull request about 2 years ago
deprecated functions in io.h
offthebus opened this issue about 2 years ago
offthebus opened this issue about 2 years ago
call.h for the struct API?
FrostKiwi opened this issue about 2 years ago
FrostKiwi opened this issue about 2 years ago
absolute functions
duarm opened this issue about 2 years ago
duarm opened this issue about 2 years ago
new affine transform functions 🚀
recp opened this pull request about 2 years ago
recp opened this pull request about 2 years ago
fix: simplified pkgconfig generation
bobvanderlinden opened this pull request over 2 years ago
bobvanderlinden opened this pull request over 2 years ago
How to use ease/interpolation functions?
fuck-shithub opened this issue over 2 years ago
fuck-shithub opened this issue over 2 years ago
Added missing include in io.h which adds GLM_MAX macro
Rokannon opened this pull request over 2 years ago
Rokannon opened this pull request over 2 years ago
Fix typo in comment
ogtn opened this pull request over 2 years ago
ogtn opened this pull request over 2 years ago
Use a single build system
Chris-F5 opened this issue over 2 years ago
Chris-F5 opened this issue over 2 years ago
Update README to show that integer types are supported
Chris-F5 opened this pull request over 2 years ago
Chris-F5 opened this pull request over 2 years ago
Adding a new function
RadoslavL opened this issue over 2 years ago
RadoslavL opened this issue over 2 years ago
Black screen when using glm_lookat
RadoslavL opened this issue over 2 years ago
RadoslavL opened this issue over 2 years ago
Add basic ivec functions
Chris-F5 opened this pull request over 2 years ago
Chris-F5 opened this pull request over 2 years ago
Fix pkg-config generation when CMAKE_INSTALL_*DIR is absolute
alexshpilkin opened this pull request over 2 years ago
alexshpilkin opened this pull request over 2 years ago
pkg-config file is broken when CMAKE_INSTALL_{INCLUDE,LIB}DIR is absolute
alexshpilkin opened this issue over 2 years ago
alexshpilkin opened this issue over 2 years ago
Add basic ivec functions
Chris-F5 opened this issue over 2 years ago
Chris-F5 opened this issue over 2 years ago
Fix grammatical errors in docs index
Chris-F5 opened this pull request over 2 years ago
Chris-F5 opened this pull request over 2 years ago
glm::adjugate ?
ghost opened this issue over 2 years ago
ghost opened this issue over 2 years ago
arm64: error: variable 'r3' set but not used [-Werror,-Wunused-but-set-variable]
yurivict opened this issue almost 3 years ago
yurivict opened this issue almost 3 years ago
Remove unused variable
geckor14 opened this pull request almost 3 years ago
geckor14 opened this pull request almost 3 years ago
Fix a bug in glm_lookat_lh
Sand3r- opened this pull request almost 3 years ago
Sand3r- opened this pull request almost 3 years ago
Error in glm_sign()
pm4gh opened this issue almost 3 years ago
pm4gh opened this issue almost 3 years ago
Possible problem in glm_inv_tr SIMD implementations
pm4gh opened this issue almost 3 years ago
pm4gh opened this issue almost 3 years ago
Error in glm_pickmatrix() arguments type
pm4gh opened this issue almost 3 years ago
pm4gh opened this issue almost 3 years ago
use fixed size integers (`int32`) for ivec instead of `int`
recp opened this issue almost 3 years ago
recp opened this issue almost 3 years ago
add missing ivec types
recp opened this pull request almost 3 years ago
recp opened this pull request almost 3 years ago
Missing unions
awsdert opened this issue almost 3 years ago
awsdert opened this issue almost 3 years ago
Header containing sse3 intrinsics is pmmintrin.h
madebr opened this pull request almost 3 years ago
madebr opened this pull request almost 3 years ago
Clang vector/matrix intrin support
Th3T3chn0G1t opened this issue about 3 years ago
Th3T3chn0G1t opened this issue about 3 years ago
Make rotation functions take unit axes
legends2k opened this issue about 3 years ago
legends2k opened this issue about 3 years ago
set PACKAGE_VERSION so it gets substituted in cglm.pc.in by cmake
omar-polo opened this pull request about 3 years ago
omar-polo opened this pull request about 3 years ago
never mind
niko1point0 opened this issue about 3 years ago
niko1point0 opened this issue about 3 years ago
Add complex routines to `vec2-ext`
mxi opened this pull request about 3 years ago
mxi opened this pull request about 3 years ago
Clang warnings for implicit conversions from float to double
CaspianA1 opened this issue about 3 years ago
CaspianA1 opened this issue about 3 years ago
Add explicit complex type or complex number support in `vec2-ext`
mxi opened this issue about 3 years ago
mxi opened this issue about 3 years ago
Move CI from Travis and AppVeyor to Github Actions
recp opened this issue about 3 years ago
recp opened this issue about 3 years ago
win: fix shared library name and destination
podsvirov opened this pull request about 3 years ago
podsvirov opened this pull request about 3 years ago