Ecosyste.ms: OpenCollective

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

pmndrs

open source developer collective for the creative space
Collective - Host: opensource - https://opencollective.com/pmndrs - Website: https://pmnd.rs - Code: https://github.com/pmndrs

ray intersection shape fix

github.com/pmndrs/cannon-es - 92d598a38e5909f2300d7a89d4f2a348255a0b00 authored almost 10 years ago
Override shapes in ContactEquations with the shapes attached to the bodies

github.com/pmndrs/cannon-es - 9f7ce1706e40296abd184a1b43666fd2c84c417c authored almost 10 years ago
added date to build files via grunt

github.com/pmndrs/cannon-es - 4311b3f6abb0c373c26fd6dbf155089eb682b50f authored almost 10 years ago
Document events. Minor refactoring and cleanup.

github.com/pmndrs/cannon-es - bd3ecba89e289245e404eeaa8922ea97325eaed8 authored almost 10 years ago
Update p2.js

Fixed compatibility with phaser and requirejs. Seems that phaser uses p2 globally, and when incl...

github.com/pmndrs/p2-es - 8de790e69ca43528c6923b20c59a44ae1e7ddfbd authored almost 10 years ago
Update Gruntfile.js

Reverted previous fix

github.com/pmndrs/p2-es - 8958041b5ae21287bbbfc8148261436f843e64fb authored almost 10 years ago
expose pools via docs, added pool prefill example in circles demo

github.com/pmndrs/p2-es - 0b2a6481d65f911ab9374da16b7537cd2e2574f2 authored almost 10 years ago
using Pool for islands and nodes

github.com/pmndrs/p2-es - 343713443adebc3e8bf3dc3515fb3281e4874f7d authored almost 10 years ago
initial size of record pool

github.com/pmndrs/p2-es - 01c358128a876f4f367c4948cb3f4cb010f5b7e8 authored almost 10 years ago
using Pool for overlap keeper records

github.com/pmndrs/p2-es - fd58350cd8d08578494fb2fc74ed560b652d8894 authored almost 10 years ago
docs fix

github.com/pmndrs/p2-es - 6421e5532ab8c07459025c475a2eeb2e3d2249e3 authored almost 10 years ago
reusing the raycast result object in CCD

github.com/pmndrs/p2-es - 788f63086f69e602c8c236be901486969fdc3497 authored almost 10 years ago
dont create overlap keeper data in the loop

github.com/pmndrs/p2-es - 48be30cf176af5fa473c4f39e2a175b80c98d45f authored almost 10 years ago
made raycast example more pretty

github.com/pmndrs/p2-es - f0d2a759127cb6f929de70f2489f2e2930a8a65f authored almost 10 years ago
added object pools

github.com/pmndrs/p2-es - 3537a2ef62d24d945e03b035cb519bd0a0adc686 authored almost 10 years ago
Fix for requirejs via phaser

Fixed compatibility with phaser and requirejs. Seems that phaser uses p2 globally, and when incl...

github.com/pmndrs/p2-es - ced05581ba0f55bb7dccd67eb238f7b324908a90 authored almost 10 years ago
Documentation fix for autogenerating haxe types

github.com/pmndrs/cannon-es - 0e808d6cee857283c23f8885786fd9e1b04dc76a authored almost 10 years ago
docs fixes

github.com/pmndrs/p2-es - 8f0907d424e6c87a5bdd4b349e8e02ba309eea2c authored almost 10 years ago
using .applyForceLocal() in the asteroids demo

github.com/pmndrs/p2-es - ba46778c6540f7a61e58e3cb28859ef51f025e48 authored almost 10 years ago
Enabled splitting by default, increased solver tolerance. Should improve performance.

github.com/pmndrs/p2-es - 1aed70bd195679286ab9ead72306c5a36bc2cd2c authored almost 10 years ago
more tests

github.com/pmndrs/p2-es - 77ad4af89746b9044002ca0c841854a9b48f406e authored almost 10 years ago
testing

github.com/pmndrs/p2-es - bfb89300728d0d5231137749cfee35c089ca9db3 authored almost 10 years ago
added some tests

github.com/pmndrs/p2-es - 9a082f3372dfcbd85cd42adcce818c203cd9d8fc authored almost 10 years ago
changed Body.prototype.applyForce to use a relative point Added .applyLocalForce.

github.com/pmndrs/p2-es - 28494c1a9c8a797f28a3580ecdbcfe7c1f7cd6c4 authored almost 10 years ago
pause support for interpolation in demos

github.com/pmndrs/p2-es - 379a8098ad4b7775119a6b57ad70c7aa6c95aa6b authored almost 10 years ago
ray/trimesh scale fix

github.com/pmndrs/cannon-es - 3d2195ef3a66e52e74bfc60f63258ecfecfc2db4 authored almost 10 years ago
Merge branch 'master' of ssh://github.com/schteppe/cannon.js

github.com/pmndrs/cannon-es - 18478ec3868bfc1bb439e37e2e75c1c15e9d7509 authored almost 10 years ago
fixed raycasting bug

github.com/pmndrs/cannon-es - ccd298fce02df0c7e53306cd4a749da8ad207e4d authored almost 10 years ago
body.fixedX, .fixedY + demo

github.com/pmndrs/p2-es - 4624d1e1f82a549ecedb7bfb23cc7df912f136e3 authored almost 10 years ago
minor code fix

github.com/pmndrs/p2-es - 770e7102d07784fb82053c302b53540cc2a414aa authored almost 10 years ago
added a few options to Body

github.com/pmndrs/p2-es - 3ff5bffc2e9af653704c3f659c668b9e9ded0084 authored almost 10 years ago
removed unused Ray code, updated ray example

github.com/pmndrs/p2-es - a26f35370cdcbaf652e0e45fd97259971a980c2c authored almost 10 years ago
added tests

github.com/pmndrs/p2-es - b357b5e2dda0c7b645a454259ffa1d760717806d authored almost 10 years ago
added Body.prototype.applyImpulse, .applyImpulseLocal, .vectorToLocalFrame and .vectorToWorldFrame

github.com/pmndrs/p2-es - 872ea6c3136320ed832fae0fd193b1b4dd87fbe1 authored almost 10 years ago
added vec2.vectorToLocalFrame and vec2.vectorToGlobalFrame

github.com/pmndrs/p2-es - 238d1205fd90bd528e79aa3ba7fb1d7aa36456a5 authored almost 10 years ago
using interpolated positions

github.com/pmndrs/p2-es - e9314a14d18198078dab7208abcd8442cf810587 authored almost 10 years ago
refactor substep loop and interpolation

github.com/pmndrs/p2-es - e593f3b1658490443cb1e1d8ca190009a1b00316 authored almost 10 years ago
Update README.markdown

github.com/pmndrs/cannon-es - 4dc637359945c0ccf2269d4deaedb8d0d762602f authored almost 10 years ago
Update README.markdown

github.com/pmndrs/cannon-es - 3225d7969da9066d42a8e608e0b44b823303514a authored almost 10 years ago
Merge pull request #187 from jgottero/master

Fixed doc typos

github.com/pmndrs/cannon-es - 6c6aff9fc2ccafd18c905b1e2b64eaf62663e398 authored almost 10 years ago
Merge pull request #189 from elisee/patch-1

Don't use deprecated world.add in README example

github.com/pmndrs/cannon-es - 2f74c2329099cd20cf8fed544f913f8fd40e85f2 authored almost 10 years ago
ray/sphere bugfix

github.com/pmndrs/cannon-es - 4a800d41ff2f1385dfba4abfc4e663ee8f0f3f32 authored almost 10 years ago
added ids to Shape instances

github.com/pmndrs/cannon-es - 93657deb57ba75636c6edf2a7f991ec82052382f authored almost 10 years ago
ray transform bugfix

github.com/pmndrs/cannon-es - 4eb1e920132d91e21c8487eb455c89db3d2cdb38 authored almost 10 years ago
ray/trimesh optimize

github.com/pmndrs/cannon-es - 3cdbeb65d56cc92c8c1bf26e9116225c2b6611e3 authored almost 10 years ago
fixed bug in Body.prototype.vectorToLocalFrame

github.com/pmndrs/cannon-es - 26a617f0e96f83f3a72b35aa963a785712bdddc3 authored almost 10 years ago
added Vec3.prototype.distanceSquared

github.com/pmndrs/cannon-es - 872437a6f76e7c13daaacb5b2afa2cbde929450e authored almost 10 years ago
using octree for raycasting against trimesh

github.com/pmndrs/cannon-es - f1bacba920b3b86cbd4b10775211db41b2bdc770 authored almost 10 years ago
removed the extra bounding radius distance for CCD rays, dont think its needed

github.com/pmndrs/p2-es - 22be57ccb3b99e27dfc771ec1d4571b6d6087454 authored almost 10 years ago
rotating the body to TOI in CCD. Also some optimizations

github.com/pmndrs/p2-es - b26e70aaded2fb8308247ffbb9e2cd0e68a2f774 authored almost 10 years ago
transposed the collision matrix, easier to read on github

github.com/pmndrs/p2-es - d7e1897f9c7e718a1f0856fbcca4de5124084782 authored almost 10 years ago
added Ray to the collision table

github.com/pmndrs/p2-es - 938e4e7d865b75ff0dab0c5f53bce919566b66f3 authored almost 10 years ago
using binary search to find time of impact

github.com/pmndrs/p2-es - 5c31aa29ba7cb4bdca04a4473c554a5b4397b5ad authored almost 10 years ago
initial work on CCD, should just binary search left todo https://github.com/schteppe/p2.js/issues/149

github.com/pmndrs/p2-es - 8cf4d8a25796572ddc1425b00b80663b6c7faff4 authored almost 10 years ago
cleanup raycasting demo

github.com/pmndrs/p2-es - 7ef091fcf17a3361d7cd96ca8b8b1081b8d441b9 authored almost 10 years ago
moved integrate method to the Body

github.com/pmndrs/p2-es - d971f92f745ba5ba7e76f8b436bf09bf68f0086f authored almost 10 years ago
fixed collisionResponse bug for shapes

github.com/pmndrs/cannon-es - 1c522af19b8f2c23df6aa9ab96a7e1e2c1984d07 authored almost 10 years ago
added capsule to the raycasting demo, still WIP

github.com/pmndrs/p2-es - a0af133b2a3fcf45eaa597f70ef5c0b44c8b8f78 authored almost 10 years ago
raycastAll seem to work and with correct rectangle normals

github.com/pmndrs/p2-es - 2d6b7f6429aa1cff10f38a32e4bf5617e830b7bd authored almost 10 years ago
some work on raycasting, raycastClosest seem to work, still WIP

github.com/pmndrs/p2-es - 533794eb5fd74a358aad45fa9d9c195a0e7d4db0 authored almost 10 years ago
initial work on Ray and RaycastResult, related to https://github.com/schteppe/p2.js/issues/149

github.com/pmndrs/p2-es - 88740c699f9e5b3173d58ebe06330c8a7e6e2d2e authored almost 10 years ago
Merge branch 'mccraveiro-master'

github.com/pmndrs/p2-es - 6ddc796e5dc68f5d0e8fb01e7473b3aa29ba1a52 authored almost 10 years ago
revert build files

github.com/pmndrs/p2-es - 67e4eb22b211dfea96deef8653e85b0a1c6f443a authored almost 10 years ago
added tween demo

github.com/pmndrs/cannon-es - fa39de66fbafdc93fe42e4797aaf17614461aa1c authored almost 10 years ago
Don't use deprecated world.add in README example

Use world.addBody instead

github.com/pmndrs/cannon-es - 2b65913094e7f12903f0c469be6abe034c666225 authored almost 10 years ago
Fixed objects constructors

github.com/pmndrs/p2-es - 4924ebeb275f07f13beec5863eb73b3610bf22f8 authored almost 10 years ago
skipBackfaces fix

github.com/pmndrs/cannon-es - d40bf7682cada2578628b5b6c11297defa1ed61f authored almost 10 years ago
Merge branch 'master' of github.com:schteppe/p2.js

github.com/pmndrs/p2-es - e1cd43aed98590acbfd374c17fe39ba2bc101515 authored almost 10 years ago
updated license

github.com/pmndrs/p2-es - 3c29202b247da4cebcd00b4d222cd8c5fb58a6ee authored almost 10 years ago
removed unnecessary error throw

github.com/pmndrs/p2-es - 88dc6e3b067342040b7d5c106a60321a4230d44c authored almost 10 years ago
break out createNode from SplitSolver, prefill node pool

github.com/pmndrs/cannon-es - c5de04916a6c93b622993bfab20ed715414b5fff authored almost 10 years ago
Merge branch 'recoshet-patch-1'

github.com/pmndrs/cannon-es - b13b14de51c68c061f46df93ff81f84403225134 authored almost 10 years ago
Merge branch 'patch-1' of https://github.com/recoshet/cannon.js into recoshet-patch-1

github.com/pmndrs/cannon-es - ba41f9e9b41f7cc91911e1bde72e135b8115997e authored almost 10 years ago
optimizing the SplitSolver a bit. Set a small default tolerance for GSSolver, will allow for early bail when solving

github.com/pmndrs/cannon-es - ec8cea6679547c02e90c0d30ead2ae94696b8898 authored almost 10 years ago
equation ids

github.com/pmndrs/cannon-es - ca2c54e2a05cb26affcfd0979afd3f0154549726 authored almost 10 years ago
dont use string property lookup in sap broadphase

github.com/pmndrs/cannon-es - d2614e0a8a5b8788e49717c1a15999801fa6bf0c authored almost 10 years ago
Amend 46d0cc6

Added a comment to explain updateWheelTransform usage.

github.com/pmndrs/cannon-es - 468c0a0516301b15fc04327bd8f9581588e0c377 authored almost 10 years ago
Revert "updateWheelTransform cleanup"

This reverts commit 46d0cc673b3ae8d7d9a40b582ea62034afdc19c0.

github.com/pmndrs/cannon-es - d1c3352c9b722579cf833736068967f1c3d3820f authored almost 10 years ago
bugfix in plane/trimesh narrowphase

github.com/pmndrs/cannon-es - f06c35592cdaeae69f7a80ef999d3c29c7603f8d authored almost 10 years ago
updateWheelTransform cleanup

Removed useless arg and call to updateWheelTransform in demo, as it's
already done by RaycastVeh...

github.com/pmndrs/cannon-es - 46d0cc673b3ae8d7d9a40b582ea62034afdc19c0 authored almost 10 years ago
Doc & demo fixes

- Doc fixes & improvements (documented some SPHSystems.js methods &
properties used in demos)
- ...

github.com/pmndrs/cannon-es - 0f0e1b7a8e12ee95a132d7d384bc01d4a28713dc authored almost 10 years ago
Fixed doc typos

Fixed minor typos in comments

github.com/pmndrs/cannon-es - edfee12d18fe1e13e2ca86eaf1e5f042bb518ad9 authored almost 10 years ago
Merge pull request #185 from jgottero/master

Minor demos fix

github.com/pmndrs/cannon-es - db49e0513aaf5a4c47e18caec39b080a668013eb authored almost 10 years ago
Minor demos fix

In 5b75d7b ContactMaterial#contactEquationRegularizationTime was renamed
to contactEquationRelax...

github.com/pmndrs/cannon-es - 00c6e7128df438b0b02e34e29b4d11ebbb73a6f6 authored almost 10 years ago
Update README.md

github.com/pmndrs/p2-es - 491c6dc918fd64443bb75df928e38f5465481935 authored almost 10 years ago
Merge branch 'master' of ssh://github.com/schteppe/cannon.js

github.com/pmndrs/cannon-es - 717472952d05e1fe6f1b161e167641cb33e98dfe authored almost 10 years ago
added Heightfield support in CannonDebugRenderer

github.com/pmndrs/cannon-es - 908aa1e954b54d05a43dd708584e882dfe30ae29 authored almost 10 years ago
Added convex & trimesh to CannonDebugRenderer. Fixed remove/add bug

github.com/pmndrs/cannon-es - db31fc4947d5801d6ee707f59d539c903bc8d8a9 authored almost 10 years ago
Update README.md

github.com/pmndrs/cannon-es - 2deba8013e914f803bfc7c823d5707b84cc596a6 authored almost 10 years ago
updated threejs debug readme

github.com/pmndrs/cannon-es - e3061d6064fcaa55e169f751bcc6b53f8c4e6a8f authored almost 10 years ago
updated debug renderer

github.com/pmndrs/cannon-es - 6286425b34899af9e85612a92da7357061a47c9e authored almost 10 years ago
Update README.md

github.com/pmndrs/cannon-es - 4eb529d049c83ff9a6c0e6dbd9812686c1b7fae3 authored almost 10 years ago
updated CannonDebugRenderer, added example

github.com/pmndrs/cannon-es - 575addac7fd17c8280b715c64455280db04f5acb authored almost 10 years ago
added THREE.CannonDebugRenderer

github.com/pmndrs/cannon-es - da9a44645aef888b6b3e2e415d64e30ad88d6bef authored almost 10 years ago
docs fixes

github.com/pmndrs/cannon-es - a44ca063ab6d2c69b037c8fd7fa689ed22675b72 authored almost 10 years ago