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

now working on v0.7.8

github.com/recp/cglm - 3c53bed709c7a6c5a2f5ab6a8451f441c5fe9e80 authored over 4 years ago by Recep Aslantas <[email protected]>
Merge pull request #158 from randy408/meson

Add meson build support

github.com/recp/cglm - a2b6d7155879e9e2de0cbf7f55d5b7accd50a8a8 authored over 4 years ago by Recep Aslantas <[email protected]>
update build.rst

github.com/recp/cglm - fdfceb9f5b6a2194965b451df9bb235cc084cc65 authored over 4 years ago by Randy <[email protected]>
update README

github.com/recp/cglm - d273daecfee2a3173b736fac454a43a95d008cee authored over 4 years ago by Randy <[email protected]>
meson: add option to build tests, default to false

github.com/recp/cglm - 92b75a134582b3f54b1c8b4099616e67101d77be authored over 4 years ago by Randy <[email protected]>
update README

github.com/recp/cglm - 640795a771293974987dc557a6ab181a77c08aa7 authored over 4 years ago by Randy <[email protected]>
add meson.build

github.com/recp/cglm - cad265ebcda5b8b44bca81753b69116b95ebebeb authored over 4 years ago by Randy <[email protected]>
Merge pull request #154 from randy408/symbol

win32: fix symbol exports

github.com/recp/cglm - 387c33fb4dc55a1d786b8dcb17217fde2117d9ac authored over 4 years ago by Recep Aslantas <[email protected]>
remove CGLM_DLL from vs solution

github.com/recp/cglm - 77585de397cbcb8e50e81589f05dd02194dc1a22 authored over 4 years ago by Randy <[email protected]>
gcc: fix warnings (#156)

github.com/recp/cglm - a9b06e4b3596c12aeb7ebe30b4f4ac6e7182b108 authored over 4 years ago by Randy <[email protected]>
Merge pull request #155 from randy408/test

test: don't link 'm' with msvc

github.com/recp/cglm - 7976ac78f2377ab5982bb1bd553a90690230afd0 authored over 4 years ago by Recep Aslantas <[email protected]>
test: don't link 'm' with msvc

github.com/recp/cglm - 208f8073adb5d455387e364273736792199dc080 authored over 4 years ago by Randy <[email protected]>
drop CGLM_DLL, add CGLM_STATIC

github.com/recp/cglm - 009fb966a6fc7dfdc60905ec6cecc5135b9fe41a authored over 4 years ago by Randy <[email protected]>
update CMakefile

github.com/recp/cglm - 09fd9f86b913ae9d33eee9e559f05f4dbde42379 authored over 4 years ago by Randy <[email protected]>
simplify exports check

github.com/recp/cglm - 2ff4ae0b4c5353b2c6caec596fdf3973134c94a6 authored over 4 years ago by Randy <[email protected]>
win32: fix symbol exports

github.com/recp/cglm - aa0a195e9845b7930766abae1e825a4a4da58402 authored over 4 years ago by Randy <[email protected]>
build: add missing files to project files

github.com/recp/cglm - 87092e6849b476ee10646edad35e06bd136be406 authored over 4 years ago by Recep Aslantas <[email protected]>
Merge pull request #151 from recp/affine2d

2D Affine Transforms

github.com/recp/cglm - 89ced4166a088036d048f5c3faf5ccf8aad1b25d authored over 4 years ago by Recep Aslantas <[email protected]>
2d: add documentation for 2D Affine Transforms

github.com/recp/cglm - 6080099434c9f95416f74fafc8b8e4b3a1772623 authored over 4 years ago by Recep Aslantas <[email protected]>
2d: struct versions of affine2d transforms

github.com/recp/cglm - f3735c90363569767b7bae509c30698671279cc4 authored over 4 years ago by Recep Aslantas <[email protected]>
2d: add tests for rotate2d and its friends

github.com/recp/cglm - 2242e9a5e1a6e291cbe250515f61eebb372ec860 authored over 4 years ago by Recep Aslantas <[email protected]>
2d: fix rotate2d and its friends

github.com/recp/cglm - a12364d4861471b6f3ed19120a5ac349ce656120 authored over 4 years ago by Recep Aslantas <[email protected]>
2d: add rotate2d and its friends

github.com/recp/cglm - b133c2e3e34076378a4e642e733d32b248f7679f authored over 4 years ago by Recep Aslantas <[email protected]>
2d: add scale2d and its friends

github.com/recp/cglm - 0127d30fa8fbdd69241d9b33e4c2f5bb50309400 authored over 4 years ago by Recep Aslantas <[email protected]>
add tests for translate2d functions

github.com/recp/cglm - 9b13b2f872d1c7477c36a5bbcd9d1b866a23a07c authored over 4 years ago by Recep Aslantas <[email protected]>
build: define CGLM_DEFINE_PRINTS to enable print functions for test results

github.com/recp/cglm - 40d903c2bcabfbd8c303a101491f7fa382857da6 authored over 4 years ago by Recep Aslantas <[email protected]>
build: add affine2d to CMake

github.com/recp/cglm - 06016220c086fcbda543a10c66620b7b773952cb authored over 4 years ago by Recep Aslantas <[email protected]>
2d: add translate2d and its friends

github.com/recp/cglm - bb751d32ca0fbcd9adda9daed4ba9bd120018904 authored over 4 years ago by Recep Aslantas <[email protected]>
build: CFLAGS for check/test target to match the main target

github.com/recp/cglm - 6dc37f6cc98a2784f44e0505733358aaebae980a authored over 4 years ago by Recep Aslantas <[email protected]>
mat2: don't use vec4 directly on mat2 becauce of alignment requirements may be different

github.com/recp/cglm - 5ff42799b2a35db25bbd395aa1dad05e7a8b82fb authored over 4 years ago by Recep Aslantas <[email protected]>
now working on v0.7.7

github.com/recp/cglm - 2326e627b524e49120e0520ecb4e393e633e5f37 authored over 4 years ago by Recep Aslantas <[email protected]>
build: try to remove RTC1 from CMake build

github.com/recp/cglm - c18fe8098f910f1d3a74e4464091c83fbcba7a21 authored over 4 years ago by Recep Aslantas <[email protected]>
win: try to disable /RTC flags

github.com/recp/cglm - a9ed8470b438c9bcefcbfaa703a9e3f48fddc3e6 authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - 332087da6114c78d33241a55afd5e31e9a055fee authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - 56c43d7a749303b903897ff88d036056502ee24a authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - 649f390662f70989cf9db25175fd6726f12a8610 authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - 0818bbdf51ab29a15e430558000ac0f5669fa9ab authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - edd1517f8594fdb5ecdc98ce71ef99f0ab409147 authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - d0c2e8233c2abce71ccc50d95432a3cefcbf21ef authored over 4 years ago by Recep Aslantas <[email protected]>
Merge branch 'master' of https://github.com/recp/cglm

github.com/recp/cglm - 87837aa0745a9de487813061a31f7ffaf825b40b authored over 4 years ago by Recep Aslantas <[email protected]>
Update mat4.rst

github.com/recp/cglm - 62ab6c56c05fdd0c2545c1f783ad2bd180dbb196 authored over 4 years ago by Recep Aslantas <[email protected]>
Merge pull request #146 from Terri00/patch-1

mat3_mulv: function behaviour to match with mat4

github.com/recp/cglm - a2985aa444265ad991433db20cb38f108ceaf633 authored over 4 years ago by Recep Aslantas <[email protected]>
mat3_mulv: function behaviour to match with mat4

Using mat3_mulv with the same input/output vector creates undesired results.

Respective mat4...

github.com/recp/cglm - 7274cee15309d572f70cda31202b2dbdea1f02fd authored over 4 years ago by Harry Godden <[email protected]>
drop pedantic from C Flags and allow extensions

this will also suppress warnings on test target

github.com/recp/cglm - 79c44fdbfa35289f5346f0c6cf560be75f015357 authored over 4 years ago by Recep Aslantas <[email protected]>
mat2: suppress warnings for initializing mat2 sruct

github.com/recp/cglm - c32e986497efd786f03e6d41a1e1376c421c6a71 authored over 4 years ago by Recep Aslantas <[email protected]>
ci, travis: add multiple cpu arch

github.com/recp/cglm - b953fcf1bdab8a6f27ad75dc0f44fe122060f7f2 authored over 4 years ago by Recep Aslantas <[email protected]>
tests: add test for frustum

github.com/recp/cglm - c0a4c245f0b992de6874f7143ea2e0020f682fa1 authored over 4 years ago by Recep Aslantas <[email protected]>
tests: add option to disable colors in test output

* because some terminals may not support colors, in that case, colors can be disabled by definin...

github.com/recp/cglm - acc0885e520cc887d8977b53311b19e6608f1457 authored over 4 years ago by Recep Aslantas <[email protected]>
neon: fix vec4_muladds (critical)

github.com/recp/cglm - f49e8f99914e9739fef1daf47f58748cb749877d authored over 4 years ago by Recep Aslantas <[email protected]>
use epsilon to compare `vec2/vec3/vec4_eq_all`

github.com/recp/cglm - d2e5a3cd5b83c1abc6f4f800c3851c7d44109900 authored over 4 years ago by Recep Aslantas <[email protected]>
option to override FLT_EPSILON with GLM_FLT_EPSILON

github.com/recp/cglm - a1485a14f6bb1dbd40cf52a472ca923db83c722e authored over 4 years ago by Recep Aslantas <[email protected]>
Merge branch 'cmake'

github.com/recp/cglm - 271e3b15d673131f6a1b0aaea831cac646d0294d authored over 4 years ago by Recep Aslantas <[email protected]>
build, cmake: update cmake to export Config to use find_package()

github.com/recp/cglm - 74cf89a82fa691f49e4f5156935de883d87ebdc2 authored over 4 years ago by Recep Aslantas <[email protected]>
Merge pull request #143 from recp/cmake

Improve CMakeLists.txt

github.com/recp/cglm - 869808241116b4ced33df4e0873380a35d6506fb authored over 4 years ago by Recep Aslantas <[email protected]>
Update CMakeLists.txt

github.com/recp/cglm - 799de548f4e2737140ed14ba581e449e9fccd043 authored over 4 years ago by Recep Aslantas <[email protected]>
now working on v0.7.6

github.com/recp/cglm - 671dae3e22d6f338903dfceeed8c576abf7508a3 authored over 4 years ago by Recep Aslantas <[email protected]>
win: suppress warning; C4005: '_CRT_SECURE_NO_WARNINGS': macro redefinition

github.com/recp/cglm - 7e142132bfc400dd4e5eca587ce099debc090a10 authored over 4 years ago by Recep Aslantas <[email protected]>
docs: add clarification/troubleshooting for a crash type

github.com/recp/cglm - 0ccd58da0109d83b39a4a3e215375b85410402fb authored over 4 years ago by Recep Aslantas <[email protected]>
now working on v0.7.5

github.com/recp/cglm - 4211c230cc5b7140044c24945b6b16823e80538d authored over 4 years ago by Recep Aslantas <[email protected]>
fix arm neon build

github.com/recp/cglm - 269bdb3dbd07001b4345d8b9c88f235b27d4804a authored over 4 years ago by Recep Aslantas <[email protected]>
build, cmake: use PROJECT_VERSION_** to set so version instead of custom variables

github.com/recp/cglm - b032b803ca962910adb1c9e9d622a281769ee0a6 authored over 4 years ago by Recep Aslantas <[email protected]>
io: make print functions macro to supress unused parameter warrnings

github.com/recp/cglm - 26a638e11dc64deb4b9c566774dae487cc7d6f4e authored over 4 years ago by Recep Aslantas <[email protected]>
fix LICENSE alignments

github.com/recp/cglm - 099522ada3588c3ccb7bad0b4524602c6993541a authored over 4 years ago by Recep Aslantas <[email protected]>
now working on v0.7.4

github.com/recp/cglm - 4903dd62ea21fc661db2d62227014dc246a289ed authored over 4 years ago by Recep Aslantas <[email protected]>
Merge pull request #140 from recp/print-io

Print Improvements

github.com/recp/cglm - 95161f777607725d9db4424b54f9b9ce813b1222 authored over 4 years ago by Recep Aslantas <[email protected]>
remove redundant typedef.

github.com/recp/cglm - f0942c13a19f8134cb19da598dc632ed693c1ef8 authored over 4 years ago by Recep Aslantas <[email protected]>
win: fix print function for _DEBUG and supress warnings

github.com/recp/cglm - 8eddeb77d02dfc378ce99c341129cc5b697386ab authored over 4 years ago by Recep Aslantas <[email protected]>
ios: update docs for prints

github.com/recp/cglm - cbed29820b3aec257528ac5e1ec83bc3c96ec058 authored over 4 years ago by Recep Aslantas <[email protected]>
io: open library-called print functions

github.com/recp/cglm - 3ec6bad5b3f29e64d90a48a104605fe2d57aa523 authored over 4 years ago by Recep Aslantas <[email protected]>
io: print has been maden optional to DEBUG or to CGLM_DEFINE_PRINTS

github.com/recp/cglm - fefc3dc32d19b39fc26d23b56366638f2948a2f8 authored over 4 years ago by Recep Aslantas <[email protected]>
io: new way to print items

* now mis-alignment of columns are fixed: larger numbers are printed via %g and others are print...

github.com/recp/cglm - 203d40208c8a51071cbad8f0bdbce63810ed0ff4 authored over 4 years ago by Recep Aslantas <[email protected]>
suppress documentation warnings

github.com/recp/cglm - c45445c613f32897ae2eed4704c7c608379a4f48 authored over 4 years ago by Recep Aslantas <[email protected]>
Update .gitignore

github.com/recp/cglm - 73c676680675c28ef3c4c20031a253e990e14124 authored over 4 years ago by Recep Aslantas <[email protected]>
build: add version info to cmake

github.com/recp/cglm - 65dff25ed58e11cb57b175a0a294a806d4cda7f9 authored over 4 years ago by Recep Aslantas <[email protected]>
now working on v0.7.3

github.com/recp/cglm - c2584c0fe6312bcf535530eb74931b4e07ecf2fc authored over 4 years ago by Recep Aslantas <[email protected]>
Update cglm.podspec

github.com/recp/cglm - bd951f96bee6aeb9bc3368bce44e649981ad65eb authored over 4 years ago by Recep Aslantas <[email protected]>
vscode settings

github.com/recp/cglm - 1200372cedf8b5648d7e3c7e855e17bc73b0d6d1 authored over 4 years ago by Recep Aslantas <[email protected]>
Merge branch 'master' of https://github.com/recp/cglm

github.com/recp/cglm - 75a5ca153d38a6c61f8ba6f5562a52475b5bd87f authored over 4 years ago by Recep Aslantas <[email protected]>
update docs

github.com/recp/cglm - 5a9593d9bc6871aa31281fc096b543403283d7f8 authored over 4 years ago by Recep Aslantas <[email protected]>
Update README.md

github.com/recp/cglm - edf46aaf2bc51b657e615ef763b7b6a704fc7f8e authored over 4 years ago by Recep Aslantas <[email protected]>
Update README.md

github.com/recp/cglm - e2ba795603e510bd73f21d9bcc574e8f83284abc authored over 4 years ago by Recep Aslantas <[email protected]>
Update CMakeLists.txt

github.com/recp/cglm - 5e6b566d6abadb2286b4905ecd5d25f40803eb09 authored over 4 years ago by Recep Aslantas <[email protected]>
CMake: Fix incorrect compiler flags (#139)

* Fix CMake compiler args.

- Replace -stdlib=libc++ with -std=gnu11 & apply it to clang too.
...

github.com/recp/cglm - c973768495fad4b6f38064cb9f4d89a985efd41e authored over 4 years ago by altf_four <[email protected]>
Add flags required for cmake. (#138)

- Add flags for clang
- Add flags for msvc
- Use modern cmake in compiler flags handling.
- G...

github.com/recp/cglm - 6d8e2cc92d791f6c9d0b476a7cc685e7581b26aa authored over 4 years ago by altf_four <[email protected]>
Merge pull request #130 from FMMazur/cmake

Cmake: Integratrion

github.com/recp/cglm - 010dda6a777dd9f2a3da6a8809c1c0a9906a0d67 authored over 4 years ago by Recep Aslantas <[email protected]>
Merge branch 'master' into cmake

github.com/recp/cglm - 345c7307ef766481d459a149379c7ca02755f41a authored over 4 years ago by Recep Aslantas <[email protected]>
Merge pull request #136 from Uwila/documentation-fix

Fix some documentation mistakes

github.com/recp/cglm - f485c928b19a66fc0f3407971b38e91d11c470bc authored over 4 years ago by Recep Aslantas <[email protected]>
Fix some documentation mistakes

github.com/recp/cglm - e895fe884e3a5684f88c500d0fb57880cb067dd5 authored over 4 years ago by Uwila <[email protected]>
Merge branch 'master' into cmake

github.com/recp/cglm - 18fe47d0c7c10d0db139a95c47768ec1ab1c0406 authored almost 5 years ago by Felipe Munoz Mazur <[email protected]>
CMake: Use CCMAKE_INSTALL_PREFIX as default to set directory install

github.com/recp/cglm - a84ebc4aaa4852c66c8bddadc5f7187ce177aedf authored almost 5 years ago by FMMazur <[email protected]>
Merge pull request #134 from Uwila/patch-1

Link contributors' avatars to the correct page

github.com/recp/cglm - 5c35c4ef5d5021a1c90d2cc30c8bb36ad750c6cb authored almost 5 years ago by Recep Aslantas <[email protected]>
Link contributors' avatars to the correct page

github.com/recp/cglm - f79674f66a75e8d02fa6930da6d4d046d8403969 authored almost 5 years ago by Uwila <[email protected]>
Merge pull request #132 from Uwila/ray-tests

* tests: add tests for glm_ray_triangle

github.com/recp/cglm - e40373a1fac47030ab0c8a98ccf92bec412b2101 authored almost 5 years ago by Recep Aslantas <[email protected]>
Update test_ray.h

github.com/recp/cglm - 47807b79558ada4a4483062376b35980f2903358 authored almost 5 years ago by Recep Aslantas <[email protected]>
Update vcxproj files for test_ray

github.com/recp/cglm - 38cb693834aef1acb2a573f48b45198ccd33d195 authored almost 5 years ago by Uwila <[email protected]>
Fix test_ray.h style

github.com/recp/cglm - 7bcd7609eb863658c47d1a1b0877567e6db98dcc authored almost 5 years ago by Uwila <[email protected]>
Add tests for cglm_ray_triangle

github.com/recp/cglm - 90eb164a438d640b40064bb7961ecc7d90f39c7d authored almost 5 years ago by Uwila <[email protected]>
Add tests for glm_ray_triangle

github.com/recp/cglm - 78b2e2d2ccfcd431378b8f479010456e5a223f0e authored almost 5 years ago by Uwila <[email protected]>
Merge pull request #131 from Uwila/ray-triangle-intersection

feature: ray-triangle intersection

github.com/recp/cglm - e60e7b57500e35676b7732525f675d93eaa3f1d6 authored almost 5 years ago by Recep Aslantas <[email protected]>
Improve ray.h style

github.com/recp/cglm - c1331a1dd4911f950bbfa8a4259e6a1e07b0704f authored almost 5 years ago by Uwila <[email protected]>