Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

cglm

📽 Optimized OpenGL/Graphics Math for C
Collective - Host: opensource - https://opencollective.com/cglm - Code: https://github.com/recp/cglm

add new matrix mat2x3

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
vec4: add new function glm_vec4_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
vec3: add new function glm_vec3_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
vec2: add new function glm_vec2_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
test_quat: add more robust quat_make test

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
quat: add new function glm_quat_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
How to generate wasm file.

github.com/recp/cglm - 823639792 opened this issue over 1 year ago
Small comment fixes

github.com/recp/cglm - FrostKiwi opened this pull request over 1 year ago
glm_quat_lerp is incorrect

github.com/recp/cglm - xubury opened this issue over 1 year ago
Implement missing 3D Affine Transforms in the Struct API

github.com/recp/cglm - FrostKiwi opened this pull request over 1 year ago
Struct API missing 3D Affine Transform

github.com/recp/cglm - FrostKiwi opened this issue over 1 year ago
CGLM_OMIT_NS_FROM_STRUCT_API breaks compilation

github.com/recp/cglm - FrostKiwi opened this issue over 1 year ago
ci: update mymindstorm/setup-emsdk to v12

github.com/recp/cglm - myfreeer opened this pull request over 1 year ago
WASM SIMD glitched on iPhone and crashes on iPad

github.com/recp/cglm - FrostKiwi opened this issue over 1 year ago
suppress sign conversion warnings

github.com/recp/cglm - recp opened this pull request over 1 year ago
Sign conversion warnings

github.com/recp/cglm - CaspianA1 opened this issue over 1 year ago
Add Enhanced Support for Anonymous Structs

github.com/recp/cglm - recp opened this pull request over 1 year ago
libwinpthread-1.dll needed ?

github.com/recp/cglm - Nonesence999 opened this issue over 1 year ago
How do I generate a quaternion from euler angles?

github.com/recp/cglm - badasahog opened this issue over 1 year ago
Axis/Direction Normalization

github.com/recp/cglm - gottfriedleibniz opened this issue over 1 year ago
io: fix test runner.c implicit declaration glm_arch_print

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
mat3: add new function glm_mat3_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
mat2: add new function glm_mat2_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
README: update meson option for running test

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
mat4: add new function glm_mat4_make

github.com/recp/cglm - EasyIP2023 opened this pull request over 1 year ago
add glms_translate_to()

github.com/recp/cglm - kagetu opened this pull request over 1 year ago
0.9 build failure on arch other than x86_64 and aarch

github.com/recp/cglm - bl4ckb0ne opened this issue over 1 year ago
README: add build docs for WebAssembly

github.com/recp/cglm - myfreeer opened this pull request over 1 year ago
where is glm_camera_lookat defined?

github.com/recp/cglm - badasahog opened this issue over 1 year ago
Fix simd signmask

github.com/recp/cglm - recp opened this pull request over 1 year ago
wasm: replace usage of -0.f to 0x80000000

github.com/recp/cglm - myfreeer opened this pull request over 1 year ago
Bug in glm_mat4_inv_sse2

github.com/recp/cglm - deadwanderer opened this issue over 1 year ago
Bug in glm_mat4_print?

github.com/recp/cglm - deadwanderer opened this issue over 1 year ago
Updated parameter name (d -> dest)

github.com/recp/cglm - krishna2803 opened this pull request over 1 year ago
WIP: Wasm simd128 support

github.com/recp/cglm - myfreeer opened this pull request over 1 year ago
proposal: glm_make_mat#x#

github.com/recp/cglm - EasyIP2023 opened this issue over 1 year ago
fix building ARM NEON on windows & msvc

github.com/recp/cglm - recp opened this pull request almost 2 years ago
Check for builtin before using it

github.com/recp/cglm - NeRdTheNed opened this pull request almost 2 years ago
NEON literal assignment

github.com/recp/cglm - gottfriedleibniz opened this issue almost 2 years ago
Fixed glm_mat4_mulv3

github.com/recp/cglm - ransel117 opened this pull request almost 2 years ago
Problem in linking with OpenGL

github.com/recp/cglm - icaro-meneses opened this issue almost 2 years ago
Adding initialization macros for ivec types

github.com/recp/cglm - duarm opened this pull request almost 2 years ago
Make implicit double promotion/casting explicit (fixes #228)

github.com/recp/cglm - JulianSchoenbaechler opened this pull request almost 2 years ago
Revert "fix: simplified pkgconfig generation"

github.com/recp/cglm - Artturin opened this pull request about 2 years ago
build: separate pkg-config input file for cmake

github.com/recp/cglm - recp opened this pull request about 2 years ago
Switch CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR for cmake.pc

github.com/recp/cglm - suicvne opened this pull request about 2 years ago
Fix missing abs declaration on Emscripten

github.com/recp/cglm - KivApple opened this pull request about 2 years ago
test_clamp: use glm_eq for floating point comparison

github.com/recp/cglm - bl4ckb0ne opened this pull request about 2 years ago
What is the equivalent to glm::mix on cglm?

github.com/recp/cglm - VictorQueiroz opened this issue about 2 years ago
assertion in test_clamp on x86

github.com/recp/cglm - bl4ckb0ne opened this issue about 2 years ago
New abs functions for vec2, ivec2, ivec3, ivec4

github.com/recp/cglm - duarm opened this pull request about 2 years ago
deprecated functions in io.h

github.com/recp/cglm - offthebus opened this issue about 2 years ago
call.h for the struct API?

github.com/recp/cglm - FrostKiwi opened this issue about 2 years ago
absolute functions

github.com/recp/cglm - duarm opened this issue about 2 years ago
new affine transform functions 🚀

github.com/recp/cglm - recp opened this pull request about 2 years ago
fix: simplified pkgconfig generation

github.com/recp/cglm - bobvanderlinden opened this pull request over 2 years ago
How to use ease/interpolation functions?

github.com/recp/cglm - fuck-shithub opened this issue over 2 years ago
Added missing include in io.h which adds GLM_MAX macro

github.com/recp/cglm - Rokannon opened this pull request over 2 years ago
Fix typo in comment

github.com/recp/cglm - ogtn opened this pull request over 2 years ago
Use a single build system

github.com/recp/cglm - Chris-F5 opened this issue over 2 years ago
Update README to show that integer types are supported

github.com/recp/cglm - Chris-F5 opened this pull request over 2 years ago
Adding a new function

github.com/recp/cglm - RadoslavL opened this issue over 2 years ago
Black screen when using glm_lookat

github.com/recp/cglm - RadoslavL opened this issue over 2 years ago
Add basic ivec functions

github.com/recp/cglm - Chris-F5 opened this pull request over 2 years ago
Fix pkg-config generation when CMAKE_INSTALL_*DIR is absolute

github.com/recp/cglm - alexshpilkin opened this pull request over 2 years ago
Add basic ivec functions

github.com/recp/cglm - Chris-F5 opened this issue over 2 years ago
Fix grammatical errors in docs index

github.com/recp/cglm - Chris-F5 opened this pull request over 2 years ago
glm::adjugate ?

github.com/recp/cglm - ghost opened this issue over 2 years ago
Remove unused variable

github.com/recp/cglm - geckor14 opened this pull request almost 3 years ago
Fix a bug in glm_lookat_lh

github.com/recp/cglm - Sand3r- opened this pull request almost 3 years ago
Error in glm_sign()

github.com/recp/cglm - pm4gh opened this issue almost 3 years ago
Possible problem in glm_inv_tr SIMD implementations

github.com/recp/cglm - pm4gh opened this issue almost 3 years ago
Error in glm_pickmatrix() arguments type

github.com/recp/cglm - pm4gh opened this issue almost 3 years ago
add missing ivec types

github.com/recp/cglm - recp opened this pull request almost 3 years ago
Missing unions

github.com/recp/cglm - awsdert opened this issue almost 3 years ago
Header containing sse3 intrinsics is pmmintrin.h

github.com/recp/cglm - madebr opened this pull request almost 3 years ago
Clang vector/matrix intrin support

github.com/recp/cglm - Th3T3chn0G1t opened this issue about 3 years ago
Make rotation functions take unit axes

github.com/recp/cglm - legends2k opened this issue about 3 years ago
set PACKAGE_VERSION so it gets substituted in cglm.pc.in by cmake

github.com/recp/cglm - omar-polo opened this pull request about 3 years ago
never mind

github.com/recp/cglm - niko1point0 opened this issue about 3 years ago
Add complex routines to `vec2-ext`

github.com/recp/cglm - mxi opened this pull request about 3 years ago
win: fix shared library name and destination

github.com/recp/cglm - podsvirov opened this pull request about 3 years ago