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
github.com/recp/cglm - 290f54bad4fa43f752e32e135dab308c3acc2b4b authored over 5 years ago
github.com/recp/cglm - b9de553f23557439ae034524520961611e9057ab authored over 5 years ago
github.com/recp/cglm - 2b1126a2fc4d0f5bf347e88ebef543efce7e7f61 authored over 5 years ago
github.com/recp/cglm - b22170794a8d203ef2871385ee3001b853cc19ed authored over 5 years ago
Make Building With Prefix Work
github.com/recp/cglm - 7485674106ef30199994554fbb20b2dc50dfdbb0 authored over 5 years ago
You can make configure build in a different directory than the current
one when you give it a `-...
github.com/recp/cglm - 12a7298474834a9454e86302e188ba55d5b70c44 authored over 5 years ago
github.com/recp/cglm - 4e1872c3ac7060b3fc60e495196510e82703cf21 authored over 5 years ago
github.com/recp/cglm - 5a6651563180f1d99ab83969560ff6c884011378 authored over 5 years ago
cglm structs
github.com/recp/cglm - 56339b9caafebd1683dd770a9e91b68a88add838 authored over 5 years agogithub.com/recp/cglm - 8affe9878f158870e61b1b8b3ba4a94c7dabd4f3 authored over 5 years ago
github.com/recp/cglm - f26601bfa7e9218050384c169b5e567699e9ff0f authored over 5 years ago
github.com/recp/cglm - d322a0ba8ff9b7653465e05f396c55fb173672ea authored over 5 years ago
- Include files in `cglms.h`
- Fix style issues (tabs to spaces, open brace without newline)
- Now the functions that output mutliple values, such as glms_decompose_rs and glms_decompose re...
github.com/recp/cglm - fd3b0634d273929dc4dc64ad4f7617e9f3910708 authored over 5 years ago
- Added `glms_vec4_pack` and `glms_vec4_unpack` to pack and unpack arrays of `vec4s`.
- Added `g...
github.com/recp/cglm - f108bb4c7153d6ff282954aee36d6f3160338e22 authored over 5 years ago
github.com/recp/cglm - 2adb4c55938ab69aeef4791dc7867f900d9a1f61 authored over 5 years ago
github.com/recp/cglm - 6fa5173cfd08e1f459f8a4b9ee44f8e7632e6793 authored over 5 years ago
- Added `ivec3s` type
- Struct implementation of: affine.h, box.h, color.h, curve.h, frutum.h, io...
github.com/recp/cglm - 3ff902de9ccaff2a6d8660ff2a5a8254bf9bb3c3 authored over 5 years ago
github.com/recp/cglm - 892a7c7dcea88fa3e36f0929376f8b03caa43f7b authored over 5 years ago
github.com/recp/cglm - f04078dc3388a89a59baebee9e5f381d8b4e01ac authored over 5 years ago
Update quat.h
github.com/recp/cglm - 63e60f46f3d2cf0c83875fae27170885bb055a01 authored over 5 years agogithub.com/recp/cglm - f28260e20bfd232c5ac57708f8583a5f8d5e846a authored over 5 years ago
fix typo
github.com/recp/cglm - d232ab786576d0a6ccb0ab101f312eab8533027c authored over 5 years agoRevert "mark readonly parameters as const"
github.com/recp/cglm - e3b52100e380006911722a0ec8f81bc31e4b2851 authored over 5 years agogithub.com/recp/cglm - bb8ff257521f7169645458df3891164e77bdddc8 authored over 5 years ago
mark readonly parameters as const
github.com/recp/cglm - 98244da67faebd457c353bf4ac22243948faf292 authored over 5 years agogithub.com/recp/cglm - 14f06a262f9a9544613dd2ce5b71d78eca103dec authored over 5 years ago
github.com/recp/cglm - 392565f9206c7b9b6ad2d452f17fe9b5bb44fafe authored over 5 years ago
github.com/recp/cglm - 120ae9ae99f9e27c5956e9969b88ff2c8be6ae2c authored over 5 years ago
github.com/recp/cglm - a5f1ed32afe55144e2cfe14cc8a1b2be3afeaa55 authored over 5 years ago
github.com/recp/cglm - 010e887946a1e294739117a8474050626cc3821d authored over 5 years ago
github.com/recp/cglm - 6e501ef1f66498d4f4e89de4a7d7d86491e9c41e authored over 5 years ago
github.com/recp/cglm - 6ed275734b4c6a6de595c6eccc2cc9c6fa4c70c6 authored over 5 years ago
Resolve vec4 : glm_vec4_distance() to satisfy compiling on armv7
github.com/recp/cglm - 85ca81ce79a17d33d17a858d43162a6ac79470b4 authored over 5 years agogithub.com/recp/cglm - e909c8268d3c053aa59b12b5cf9f849e862241e4 authored over 5 years ago
github.com/recp/cglm - 73e6b65da08b210401e9e24f923f7627e7c94ceb authored over 5 years ago
github.com/recp/cglm - ecbe36df6b1583b2c208328b5ffd28ae2cb02d43 authored almost 6 years ago
github.com/recp/cglm - d85b5234a9703c81b823348fb44fddd21fafa13c authored almost 6 years ago
github.com/recp/cglm - 5b80e0e3c22af24c19c44c403b4476d2909c12e0 authored almost 6 years ago
According to suggestion by recp at
https://github.com/recp/cglm/issues/82#issuecomment-483051704.
Before it used armv8 only function thus it leads to build failed for
Android with target of armv...
- vec3s implementation
- fix style issues
github.com/recp/cglm - 1de8aeb94059d17f01084706d57a9e9dfe07fc2a authored almost 6 years ago
github.com/recp/cglm - c25469829a000a397fc164d93896a5505899e859 authored almost 6 years ago
github.com/recp/cglm - 81a74ba2255dd4c60f19126aab9d78609e74a5c8 authored almost 6 years ago
github.com/recp/cglm - 6c0c5167b05f6a1c1fa29f89783c151650d85409 authored almost 6 years ago
github.com/recp/cglm - 0729fd40a4da4da44a37f82c5d6289f261ea237c authored almost 6 years ago
github.com/recp/cglm - 4c5451994f38328cc0a94457e57c192d2ee31950 authored almost 6 years ago
- Add structs/vec4.h file.
github.com/recp/cglm - 674e05213a58e3289319616ed38fab4be4adc64a authored almost 6 years agogithub.com/recp/cglm - f848e4451afe6666c83b9488e4bc70d9c950c8f0 authored almost 6 years ago
* Fulfill #76
github.com/recp/cglm - 73226bd2fd6574c31da668d69a34e88a0cdc1374 authored almost 6 years agogithub.com/recp/cglm - 8fa21a1837783154589fbef2fc2a515aa5360946 authored almost 6 years ago
github.com/recp/cglm - ee1937f28d709a1b5b5fb0f9e2dc7271bd202660 authored almost 6 years ago
* implement mat3_zero and mat4_zero functions
* copy matrix items manually in ucopy functions
github.com/recp/cglm - 0d2e5a996aaeaf5d8cd550893912524873c9b523 authored almost 6 years ago
github.com/recp/cglm - 2b1eece9ac6f061dbb53add79af63758bcfe5aeb authored almost 6 years ago
github.com/recp/cglm - c8b8f4f6f0e60dd57f157a93ba1fe5110526281a authored almost 6 years ago
SIMD update (NEON, SSE3, SSE4) + Features
github.com/recp/cglm - 1a34ffcf4b4fb99fa3e89ecbe26fb5d8b8372be6 authored almost 6 years agogithub.com/recp/cglm - af088a10591bf1f7c3a3511dc4959962b1f58613 authored almost 6 years ago
github.com/recp/cglm - 18f06743ed40755910000a76653c26a6d28a9376 authored almost 6 years ago
github.com/recp/cglm - 60cfc870094b57f81e0589106396cd1cb298aae5 authored almost 6 years ago
github.com/recp/cglm - 4e5879497e28e8932ff527985436fcd5950aca59 authored almost 6 years ago
github.com/recp/cglm - 7848dda1dd9c577a1d107fba34ffcfea03ada05a authored almost 6 years ago
github.com/recp/cglm - 1e121a485511ddf6e5d249f34d880d3dbb658005 authored almost 6 years ago
Update cglm.podspec
github.com/recp/cglm - 0f223db7d3d62ab63c190007615cd36b7e5c8d52 authored almost 6 years agoupdate pod version
github.com/recp/cglm - a4e2c39c1d6e6021e9aad7e8085ee30ed78c29d4 authored almost 6 years agogithub.com/recp/cglm - c22231f29621ad13e2638450cfe1bce56c4bca99 authored almost 6 years ago
github.com/recp/cglm - 730cb1e9f782e0d9fc4ebece06be20f6ecf976e2 authored almost 6 years ago
github.com/recp/cglm - b0e48a56ca4380c80d30f2faf0a896b7a9306554 authored almost 6 years ago
github.com/recp/cglm - 11a6e4471e6ffc4868c6cc1ac712671698ba54db authored almost 6 years ago
github.com/recp/cglm - 60cb4beb0a7adc8073f559c6ff16df618604a074 authored almost 6 years ago
github.com/recp/cglm - 32ddf49756461300fce6ee6e24be34a968066c7b authored almost 6 years ago
github.com/recp/cglm - 807d5589b4b6c8a775fda77a9e4159ed55f39d06 authored almost 6 years ago
github.com/recp/cglm - 59b9e54879c30f380c15d9799b6976bb72fadfb6 authored almost 6 years ago
github.com/recp/cglm - fc7f958167944c2a568a0748b0ab3c159ec9629d authored almost 6 years ago
* optimize dot product
github.com/recp/cglm - 31bb303c55fde6d93aa52c9083e64fd1b2b7be54 authored about 6 years agogithub.com/recp/cglm - be6aa9a89a1a5132fc0defa7ae44c83c636c5937 authored about 6 years ago
github.com/recp/cglm - f65f1d491bec03b6de58fb12918e7083f7f5a1ce authored about 6 years ago
github.com/recp/cglm - f0c2a2984e7a8243bb18c6d7f1070c462a1708a0 authored about 6 years ago
github.com/recp/cglm - b117f3bf80b8333245b56b5ec152aff90dfdabd0 authored about 6 years ago
* this will help to implement zoom easily
github.com/recp/cglm - 07e60bd0981840ec183d6e2ed23415ba63168107 authored about 6 years agogithub.com/recp/cglm - e3d3cd8ab8fd1c21db6c84b8b940e81ab6caab31 authored about 6 years ago
github.com/recp/cglm - d17c99215dfe9d9cda7b75cf1c91e251c00516f2 authored about 6 years ago
remove builtin alignment from vec3 and mat3 types
github.com/recp/cglm - dc6eb492c1d2bbbb4be57e4000edd0135c9c9329 authored about 6 years agogithub.com/recp/cglm - 7219b02d2350f9a936192d477504adb14294606a authored about 6 years ago
github.com/recp/cglm - 21834b4ffb3fe5b09fa5bfc00833af3f10c435f7 authored about 6 years ago
github.com/recp/cglm - 2ef9c23a6c9a8bd2f96f7310f0a3397b32af4d59 authored about 6 years ago
github.com/recp/cglm - 92605f845abaa7707f2e7666caefdc57f14923d6 authored about 6 years ago
github.com/recp/cglm - b23d65bef59b3cc788d6f6d926c4f596bf637b8f authored about 6 years ago
github.com/recp/cglm - 2f632c6311f606c3110e501240360fbfaffc5c6b authored about 6 years ago
github.com/recp/cglm - b47d148b8125c33d4da7a990931226fc85f099c2 authored about 6 years ago
major vector update
github.com/recp/cglm - a5bc2f710e158377f0e5b9d297f6accd9bb47d0f authored about 6 years agogithub.com/recp/cglm - 6d6954b208f9e93787b22da5c83ca05d1697a503 authored about 6 years ago
github.com/recp/cglm - 4e08b7e335faf77eeb03c402e9bde017f1fe7b0e authored about 6 years ago
* because in the current implementation, `glm_vec3_negate` does same thing. It is duplicate.
github.com/recp/cglm - aee381d869a3c7343c01736c010fecb841d680e4 authored about 6 years ago
* add missing functions to vec4
* update docs
github.com/recp/cglm - 0b8c63a90e942f4db4cc929e3918010cca2e7385 authored about 6 years ago