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

initial work on drawing rectangles in Demo #100

github.com/pmndrs/p2-es - d6ca30db0093984cbd0da708ba3ea6f80598e7e5 authored over 10 years ago
initial work on drawing rectangles in Demo

github.com/pmndrs/p2-es - 6dd20a49c551b7bece754397b20570d577776806 authored over 10 years ago
code cleanup

github.com/pmndrs/p2-es - 98f2106c61ccd5188916221760ba66cf5df1dc6a authored over 10 years ago
using interpolation in demos again

github.com/pmndrs/p2-es - 7b2dfebe7119d34f777137d538745f496fc500f3 authored over 10 years ago
First draft of limits for DistanceConstraint. #102

github.com/pmndrs/p2-es - df306378edc516c26e92d68ab08264c95f013a44 authored over 10 years ago
World.prototype.removeSpring bugfix. Fixes #101.

github.com/pmndrs/p2-es - 5913b9c572e5c8e5240ed7b4c9c1970d6937747d authored over 10 years ago
constructing DistanceConstraint with default distance between anchor points instead of centers

github.com/pmndrs/p2-es - 07f162519bd0edd5d78316ef4d034b21fb1d52c0 authored over 10 years ago
minor demo updates

github.com/pmndrs/p2-es - 7fd679e9f112d4008212eaebf5fcb6784e3bf180 authored over 10 years ago
minor comment

github.com/pmndrs/p2-es - 6b908a8b337f80277012067ef3669919e3009a15 authored over 10 years ago
added setLimits to PrismaticConstraint

github.com/pmndrs/p2-es - de51f00a0b2757029da32ab3a4aa7816557cf2c0 authored over 10 years ago
added initial frame for some demos

github.com/pmndrs/p2-es - 55f81fd531fb499c1baa2b285ac1db3eba38ec85 authored over 10 years ago
added framing support for PixiDemo

github.com/pmndrs/p2-es - 88276bd9876e060bb60caae0433998dcf8ff1a4b authored over 10 years ago
made it possible to pass type into Body constructor options

github.com/pmndrs/p2-es - 9dde782fc00625974723fa3d4218e5b6de9ae83c authored over 10 years ago
simpler LockConstraint construction. Part of https://github.com/schteppe/p2.js/issues/86

github.com/pmndrs/p2-es - af2a84e53ed5d1c0e77d67e2bbb3f0596442c8e1 authored over 10 years ago
added RevoluteConstraint.prototype.setLimits, and used it in ragdoll demo

github.com/pmndrs/p2-es - de4e454d0100d6400438c66c699f618f60b4d878 authored over 10 years ago
minor: removed todo comments

github.com/pmndrs/p2-es - 126760b9ccf527ed1e820690dda79e9382996070 authored over 10 years ago
Constructor changed for RevoluteConstraint, breaks backwards compatibility. Part of #86

github.com/pmndrs/p2-es - 47719071f748e38e9455d97b0b0be2ae2cd99c5d authored over 10 years ago
Pinch zoom touch support in PixiDemo

github.com/pmndrs/p2-es - 11963e59ffaa5f77af2c41a4e70db4eec213ca7f authored over 10 years ago
PixiDemo improvements

github.com/pmndrs/p2-es - d5d441f80314a5fdb294ed466f6fe8a5c6297123 authored over 10 years ago
minor jshint fixes

github.com/pmndrs/p2-es - c5722a0efd818bdd2e7bfa6b1d23eed2f8b7c81e authored over 10 years ago
using fullscreen and devicePixelRatio in Demo + PixiDemo

github.com/pmndrs/p2-es - 519b9ea805b98bf1eda79f07d81c78c805039ead authored over 10 years ago
update distanceconstraint

github.com/pmndrs/p2-es - cb9d4dd6ad4087d0424fcb96eaa3f6e89ffb1f03 authored over 10 years ago
setting the offset angle to the current in GearConstraint. Will make it easier to set up. Part of #86

github.com/pmndrs/p2-es - 7795d04f6d24009d008979f9508597bdb9035b27 authored over 10 years ago
Renamed property .motionState of Body to .type

github.com/pmndrs/p2-es - 3456a448eedd5d5d3043b58b8d7071f523805192 authored over 10 years ago
minor jshint fixes

github.com/pmndrs/p2-es - bd202475e54546cf409aed8543474eeb41bfe74e authored over 10 years ago
added flag .enableFrictionReduction to Narrowphase, until the feature is stable enough. Default is true.

github.com/pmndrs/p2-es - 99c0e71fe51da3564353a1975c08792dabbbf3cf authored over 10 years ago
narrowphase optimizations

github.com/pmndrs/p2-es - a45580eaf05572050abe56d602007e7e47ce04f2 authored over 10 years ago
Merge pull request #92 from georgiee/fix-gmult-again

Gmult is now gmult

github.com/pmndrs/p2-es - 09aadee60b5c3181e8a998338842eaade6596a33 authored over 10 years ago
Merge pull request #97 from englercj/ff-tuple-fix

fix perf issues with FF & TupleDictionary

github.com/pmndrs/p2-es - eda1493d3d3778990ff7669f478b91c9cc9465c0 authored over 10 years ago
fix perf issues with FF & TupleDictionary

github.com/pmndrs/p2-es - 3879c0194ba91a6cb37bb056f9e6893b9d9688bd authored over 10 years ago
tried to saving friction equations for capsule/capsule. Looks ok after a few tweaks

github.com/pmndrs/p2-es - 0280b5e5ffe8a4218f202a06adbe8be6e7ad572c authored almost 11 years ago
tested reducing friction for capsule/plane, looks promising!

github.com/pmndrs/p2-es - acb14c29286f0977bc8d76e413752b85d5dcca2e authored almost 11 years ago
removed unused function clearObject

github.com/pmndrs/p2-es - c698cb76683ef23729ff4efcc9c52521d07ae950 authored almost 11 years ago
Gmult is now gmult

github.com/pmndrs/p2-es - 3d70177f558355565f1523cca5c659201f4b007b authored almost 11 years ago
using SAP in islandSolver demo

github.com/pmndrs/p2-es - 42b5e549bdba5a2a3c1bab515198d56c6e1b3ce5 authored almost 11 years ago
started working on reducing friction equations for plane/convex and convex/convex. Seem to work, need more testing though.

github.com/pmndrs/p2-es - ed59c7ff5239c9b38bbffdfb48d6867a11eba2dd authored almost 11 years ago
bugfix vec2.rotate90cw

github.com/pmndrs/p2-es - d8a641285d8b7880507fba6a1452b1cde53f6bb9 authored almost 11 years ago
using only 1 friction equation between convex and plane

github.com/pmndrs/p2-es - 695dbf9aae5dc50d467d4be0764c65caf54a3796 authored almost 11 years ago
several contact equations per friction equation: FrictionEquation.contactEquation -> .contactEquations

github.com/pmndrs/p2-es - 843813515c2f69e4ba576ffe8d19b320136efd02 authored almost 11 years ago
Flipping Y direction on the scene PIXI.DisplayObjectContainer. Makes life so much easier.

github.com/pmndrs/p2-es - cc18429deb42c1c6d756206b2d79329afc0b402e authored almost 11 years ago
added some tests

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

github.com/pmndrs/p2-es - 0fbbf622cd690dbe9fe8cc497e7729bf9c4eb8ea authored almost 11 years ago
added method .overlaps to Body. Moved the OverlapKeeper tick() to earlier in the world.step() #88

github.com/pmndrs/p2-es - 9f11152aad891ef7866fa2f773377a3ead4c0aff authored almost 11 years ago
added method .overlaps to Body. Moved the OverlapKeeper tick() to earlier in the world.step()

github.com/pmndrs/p2-es - 57acaaf8c8713eed9a5a0092f214c31b5559329b authored almost 11 years ago
added OverlapKeeper.prototype.bodiesAreOverlapping

github.com/pmndrs/p2-es - 2391976682f5045288fee6ee6daeaf0d05a40853 authored almost 11 years ago
added another sensor canvas example. Looks like #90 is fixed...

github.com/pmndrs/p2-es - 797b6237fe180daabe9dd72dcc3ad3703e08e0b3 authored almost 11 years ago
OverlapKeeper fixes. #90

github.com/pmndrs/p2-es - 082e6209769f1562cd57fe5c909d92cd8a90f592 authored almost 11 years ago
Added a few OverlapKeeper related tests #90

github.com/pmndrs/p2-es - 462b78e6092a24ed504092504ff6bcb373417fb1 authored almost 11 years ago
Merge pull request #89 from georgiee/gmult-motos

allow gmult to be overriden again

github.com/pmndrs/p2-es - 04b38e4929b64644531c8107cacd610db60f7e64 authored almost 11 years ago
allow gmult to be overriden again

github.com/pmndrs/p2-es - 95a1d161305973a75d9df251b9665621d1ea639e authored almost 11 years ago
Spring optimization: dont compute rotational stuff if theres no anchor offset

github.com/pmndrs/p2-es - 6c358cb33ad75cba537880dcdb8852a7e357d6ea authored almost 11 years ago
Rectangle/Rectangle narrowphase optimization

github.com/pmndrs/p2-es - 6ae0215d082921ecedebef9ac45d3c098f022c02 authored almost 11 years ago
computing the mass used for solve once and not in the iteration loop

github.com/pmndrs/p2-es - 3d73f10b23d3eb33da2c76794e66ad00b7b2a828 authored almost 11 years ago
AABB optimization

github.com/pmndrs/p2-es - 7861f3aa822cacb59341a5674dd59a466b089d70 authored almost 11 years ago
added kinematic demo and safed up mass when solving constraints with kinematic bodies. /cc @Fishrock123

github.com/pmndrs/p2-es - 2e7c898e2fcc2ab4da2c55c5f93438b759ecd9f6 authored almost 11 years ago
using anchor points in DistanceConstraint. Changed constructor API a bit.

github.com/pmndrs/p2-es - f970c89a441c26416d9ca9a73a057f2fb9aea677 authored almost 11 years ago
Merge pull request #81 from englercj/optimize-TupleDict

Minor TupleDictionary Optimizations

github.com/pmndrs/p2-es - 229c1e7c280463f4309f602d1f6330152e447d7c authored almost 11 years ago
Update README.md

github.com/pmndrs/p2-es - a12c06990f5484152a85fc992689f490e8ca61ac authored almost 11 years ago
Made it possible to inject GLMAT_ARRAY_TYPE to set Utils.ARRAY_TYPE. Related to #83.

github.com/pmndrs/p2-es - 506a6d896b2ebb4497c72273309563f7bdf325e7 authored almost 11 years ago
Merge branch 'master' of github.com:schteppe/p2.js

github.com/pmndrs/p2-es - cbf70ab35f3a85d08ff68ee4e6f701de2543df17 authored almost 11 years ago
bail out early if not real time. Fixes #87.

github.com/pmndrs/p2-es - 9c16ec90cfaa0cf65b960c9e6d8d9b3775bc3d69 authored almost 11 years ago
Merge pull request #83 from georgiee/fix-type-check

Fix type Float32Array type check in Utils

github.com/pmndrs/p2-es - 599b39ee98cea21049cb32119e2bdc4371e05e34 authored almost 11 years ago
wrap undefined in quote :cookie:

github.com/pmndrs/p2-es - ddf89e741a01b6e56e8b3e5428d2eee64ce0a5b6 authored almost 11 years ago
explicit type check of FLoat32Array

github.com/pmndrs/p2-es - fc7b87ac7e9269d606d63a591ac52c4f1abd820e authored almost 11 years ago
updated readme

github.com/pmndrs/p2-es - 7cb6ebb0ed2aaf5401b9c4087c9b6cc52ffbaf50 authored almost 11 years ago
updated readme

github.com/pmndrs/p2-es - f6c086a020710e8d10cdf5946aa49260b0af3035 authored almost 11 years ago
added Heightfield/Convex and Heightfield/Rectangle collision

github.com/pmndrs/p2-es - cbc5dd6622b50d7baf81ab7608019faa924e1277 authored almost 11 years ago
remove some unecessary floors

github.com/pmndrs/p2-es - d225726f5df3f3c66709d16658376f50d08b0685 authored almost 11 years ago
better heightfield/circle collision

github.com/pmndrs/p2-es - 968038108df63cebbab9329794ad85a38636237c authored almost 11 years ago
updated tests

github.com/pmndrs/p2-es - 0f1d18a62067167e5801bc28c7f9c3113571b191 authored almost 11 years ago
started using OverlapKeeper in World

github.com/pmndrs/p2-es - 7ee82e841048936cacbb15b6bf8c3ed8c0f8b9d0 authored almost 11 years ago
minor updates

github.com/pmndrs/p2-es - f6b81c9e470a606c16f7f7c06eb0b053bdc594fc authored almost 11 years ago
bugfix and optimizations

github.com/pmndrs/p2-es - f11654c7909feb3131dd8b44d49ecfe04c72afe9 authored almost 11 years ago
made so that eventemitter.has can check if there is any listener added at all

github.com/pmndrs/p2-es - 59536006431859d55cbb8bc0a4756549f8c1dc19 authored almost 11 years ago
using Equation defaults for narrowphase

github.com/pmndrs/p2-es - deefa8051f677829ec251e202117593716aa4634 authored almost 11 years ago
world optimizations

github.com/pmndrs/p2-es - 5b47d583f8eaf5bf70751ca9214ac4746b67750d authored almost 11 years ago
using TupleDictionary in Narrowphase

github.com/pmndrs/p2-es - b1bcf649c790f484dfbc9b6cd137d74782c6ad6f authored almost 11 years ago
minor code fixes

github.com/pmndrs/p2-es - 7268034cae0429a8485277e1785996668ab2ac84 authored almost 11 years ago
tupledictionary optimizations

github.com/pmndrs/p2-es - 0a59fc93329cb66c9b55ca2625b590feb68a0f7f authored almost 11 years ago
more explicit code in distanceconstraint

github.com/pmndrs/p2-es - 2f02c55bdd5f288c9846037ad9a3978f4921a4b8 authored almost 11 years ago
Creating new pivot vector objects in RevoluteConstraint constructor, updated Demo accordingly. Fixes #80.

github.com/pmndrs/p2-es - 3fa9248fa27557c2f6254973df7ac587d307b318 authored almost 11 years ago
update multipliers for the friction solve too

github.com/pmndrs/p2-es - 82749ce8e616a1f59677fbf8fbd2fbfcdf77f69e authored almost 11 years ago
removed transformedGmult since it is equivalent to gmult

github.com/pmndrs/p2-es - c7d668d87517d87a38e8bfda586cf1c37b70bba2 authored almost 11 years ago
narrowphase optimization

github.com/pmndrs/p2-es - 2d957a9ed2d72a4232c2cf616f1b41b8235a401f authored almost 11 years ago
solver optimization

github.com/pmndrs/p2-es - c341801abaeeaba6cc68faf2a73c6490a07fa04c authored almost 11 years ago
added vec2.rotate90cw, optimizations

github.com/pmndrs/p2-es - d3c4f23e3d2643e1db3752fe4f82fb3a8b599207 authored almost 11 years ago
SAPBroadphase optimizations

github.com/pmndrs/p2-es - 16a82b1ddea267fdccdcfdddc53dac922e118fbc authored almost 11 years ago
narrowphase optimization

github.com/pmndrs/p2-es - 32b0819ed36472c8c211c154719cddaa6d578018 authored almost 11 years ago
using poly-decomp dependency from npm instead of github

github.com/pmndrs/p2-es - 44159629594d6943438e1791cde40cf3fb17d1ea authored almost 11 years ago
fixed versions for dependencies

github.com/pmndrs/poly-decomp-es - c56785fe56e5548ba72486110225041ea6d84473 authored almost 11 years ago
updated tests

github.com/pmndrs/p2-es - a74512855943cd24a6226f16664fc0d4127e276c authored almost 11 years ago
added OverlapKeeper.isNewOverlap

github.com/pmndrs/p2-es - 10364fa1f35c42d526a293cc807ce78e6280785b authored almost 11 years ago
updated gruntfile

github.com/pmndrs/p2-es - 1558b196955f129b03652f2ed091877c31f98c7f authored almost 11 years ago
work on OverlapKeeper

github.com/pmndrs/p2-es - fbdc861d14d31dcb87bdfb9f0b4c5f5967d8e7ec authored almost 11 years ago
removed unused property from world

github.com/pmndrs/p2-es - 0a5c91b2acaf7f6856e8785bd36eb9d14f9df9c4 authored almost 11 years ago
grunt watch

github.com/pmndrs/p2-es - cb4895c1c3670de96faf45fababae8e844aa0371 authored almost 11 years ago
Heightfield rendering in PixiDemo, along with support for enabling/disabling interpolation

github.com/pmndrs/p2-es - 9a841c1e4322f6fdd42869c1b8b037decc565276 authored almost 11 years ago
updated Heightfield API and demo

github.com/pmndrs/p2-es - 85a58d3d3544caf0d3474473b32932b6562bced6 authored almost 11 years ago
drawing constraints in Demo - WIP

github.com/pmndrs/p2-es - b4af3b4da0801287287ab63a9e89b46bf23def0b authored almost 11 years ago
making DistanceConstraint anchor point aware - WIP

github.com/pmndrs/p2-es - 56193aeeb2c7bb7c48a4b7daf487e5071494169b authored almost 11 years ago