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

updated demos a bit

github.com/pmndrs/p2-es - 17ad7ad7f698d520ff3374bd5465b6ef360d2075 authored about 11 years ago
updated demos so they use new SAP1DBroadphase constructor

github.com/pmndrs/p2-es - 8bac8a06a7186527857e624138a450f8dc75f68a authored about 11 years ago
changed SAP1DBroadphase constructor, added method .setWorld to Broadphase and made sure World is using it

github.com/pmndrs/p2-es - c486a077813b944d0025f28e2746f27b7b12c53e authored about 11 years ago
set density to 1 for all added bodies in concave demo

github.com/pmndrs/p2-es - f00cf19a0e0293913ae1b0ab4467778087761676 authored about 11 years ago
added methods for updating area in various Shapes

github.com/pmndrs/p2-es - d1d796823231d475001bdaa9e3d324e74bf1fa08 authored about 11 years ago
added Body.getArea and .setDensity

github.com/pmndrs/p2-es - ad9bb5d1aa785920d662693a61574dc7117cc2bf authored about 11 years ago
added arrow key controls to Demo class and suspension demo

github.com/pmndrs/p2-es - e6ce009ef29c454e15010404fcce07b6bca9e795 authored about 11 years ago
added suspension demo

github.com/pmndrs/p2-es - b76a7e15c004bf54f178d043ca58182798a8145a authored about 11 years ago
added suspension demo

github.com/pmndrs/p2-es - e5bd56fcbca2e2f1be0ebb6d554ae0f6efd5d251 authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - 23c2d5fe556447bfe41ba02628b6933782c3a662 authored about 11 years ago
added option .disableRotationalLock to PrismaticConstraint

github.com/pmndrs/p2-es - 73953d9c5f3bf45750c87e33390d856da69f1110 authored about 11 years ago
added sleep demo

github.com/pmndrs/p2-es - eb5a767d47327d7a6571d62fa218815b38116a5c authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - a0bf0c83e00fe317fcec79560c71e4f161aa8377 authored about 11 years ago
body sleeping, and demo

github.com/pmndrs/p2-es - 0b5537d6607d1d4a5ac079267e97d5cfafe4dfc5 authored about 11 years ago
added GearConstraint, AngleLockEquation and demo

github.com/pmndrs/p2-es - 461cfb9082eaa71d05c4d299569d241a60fa212e authored about 11 years ago
piston demo fix, forgot to add a body

github.com/pmndrs/p2-es - a8e74cffae1d7ec721987ec38d436295f0167fef authored about 11 years ago
eliminated garbage in IslandSolver.solve

github.com/pmndrs/p2-es - 4f71653e08a2986981d03fb854bfdac097343f18 authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - dbd81c5cbb416315a25d5963e1770e1b67223972 authored about 11 years ago
fixed aabb shape offset buf in body

github.com/pmndrs/p2-es - 408f45c44b78eb0546d0c3524dd79ca57051cfb5 authored about 11 years ago
added some aabb related tests

github.com/pmndrs/p2-es - 343c407cc055853f4f9ffe43bd9e958b8e15ff2c authored about 11 years ago
shape aabb fixes

github.com/pmndrs/p2-es - 504ea3f178aabff2369cae3f59fa3dd2887c8aa3 authored about 11 years ago
Body aabb bugfix

github.com/pmndrs/p2-es - b384596dbdf2f70f1373a786082fed1040dc8be9 authored about 11 years ago
fixed aabb bug

github.com/pmndrs/p2-es - 4a06b7bc56b8925541da3f8b76c9ea49abbc5929 authored about 11 years ago
integrated AABBs into NaiveBroadphase and World

github.com/pmndrs/p2-es - 133d547be4667a60370c3060b04b1e8d2b9edf3e authored about 11 years ago
fixed circle require bug

github.com/pmndrs/p2-es - b733a5c01df997db39b624563393323ca10f8c1d authored about 11 years ago
added AABB tests for Body

github.com/pmndrs/p2-es - 9b6fedcd172745769738c4d23ad425fd71a6faf5 authored about 11 years ago
added AABB to Body

github.com/pmndrs/p2-es - cfb62248cd5158c4cee6a13f14ce8ab3814124d2 authored about 11 years ago
AABB bugfixes

github.com/pmndrs/p2-es - 5120d3e357aac5859b8430d34ed467def21d34ed authored about 11 years ago
added preliminary AABB computation functions for all shapes

github.com/pmndrs/p2-es - 32392ebce58e46248f9f0fc474475ccce344d485 authored about 11 years ago
added some utility functions for AABB

github.com/pmndrs/p2-es - bdfa43af46d22bbca81e6221ad66df466d8fbb7f authored about 11 years ago
changed arm attachment position in piston demo

github.com/pmndrs/p2-es - c75d1447c91cb2e9202c84ee5d532f3f72990d9b authored about 11 years ago
added piston demo

github.com/pmndrs/p2-es - fa8d98c1c03a3fb7bc270d4e5faaf5a60bee0d34 authored about 11 years ago
Moved animation frame loop to Demo class

github.com/pmndrs/p2-es - 660a79e3acc950cd07c7e2acb980491e987b1eb4 authored about 11 years ago
added limits to prismatic demo

github.com/pmndrs/p2-es - 6d919b1a548cd2a5bd5731d8e5f81e90bcf11530 authored about 11 years ago
prismatic constraint limits

github.com/pmndrs/p2-es - a6eeb4105ae376545d7d2c8be5f279934d523337 authored about 11 years ago
Moved *Equation.js to an own directory. Fixes #47.

github.com/pmndrs/p2-es - 5e2266f27677464dfbfbf7117e2b0e8586afa0b3 authored about 11 years ago
added stubs for missing Narrowphase shape contact generators

github.com/pmndrs/p2-es - 7897cb5e063e0474007a948b8cfe804532ae4b72 authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - e536fb3b9e36db408a971dc640a120c8e1004f0c authored about 11 years ago
updated interpolation example

github.com/pmndrs/p2-es - cd2d8eeb94220f340cbe294e5184b338c1febf3d authored about 11 years ago
added interpolation example

github.com/pmndrs/p2-es - 83fd75ec0bd1d9afe81c22448e56e6beb3f6b557 authored about 11 years ago
Added property .interpolatedPosition to Body

github.com/pmndrs/p2-es - c342f529dc57900e97ba58bb72622c2dfb16e24f authored about 11 years ago
fix interpolation stuff

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

github.com/pmndrs/p2-es - 3fcf4c3dabb33aa26663736023100e27acf44a81 authored about 11 years ago
added World.internalStep

github.com/pmndrs/p2-es - a375fe007b3b37ec0965d87305c01a314e9c36d5 authored about 11 years ago
changed name of method Equation.computeC to Equation.computeInvC

github.com/pmndrs/p2-es - 82458e366df5a24f35f8d62fcb0577160ef9647d authored about 11 years ago
added property .defaultRestitution to World

github.com/pmndrs/p2-es - d4fbfca6dacb5fa274b029bb8230cf573f960ab6 authored about 11 years ago
reusing array objects in .planeLine and .circleLine of Narrowphase

github.com/pmndrs/p2-es - c9d282fa4972cd6bf1e38350ef0bcb8eade36593 authored about 11 years ago
optimized narrowphase loop a bit

github.com/pmndrs/p2-es - 184c50e8420e649fd3298515178296d09490c4fd authored about 11 years ago
added property .applyGravity to World

github.com/pmndrs/p2-es - 4fe7479499ce690017bdc6f5659383b473260ffc authored about 11 years ago
no need to compute gravity vector length in World.step any more

github.com/pmndrs/p2-es - c1edc86931b41ba96ddd91ab3c36b63c9a5faa04 authored about 11 years ago
using garbage free Array.splice

github.com/pmndrs/p2-es - cbcae58c99e1f3ae43057ba4578a2dd6c798401e authored about 11 years ago
using array of object keys in Narrowphase.collidingBodiesLastStep. This enables optimization in V8

github.com/pmndrs/p2-es - eaf94c1912bc6034d60976c7c73b5626a68bc395 authored about 11 years ago
optimized narrowphase

github.com/pmndrs/p2-es - 6e024e7130a67f831dbf7e65b19b11e26c732e99 authored about 11 years ago
Equation optimization

github.com/pmndrs/p2-es - f1043da0df5325c7c19f736ffb00f92a677ef592 authored about 11 years ago
consistency check when adding a Body to, or removing a Body from World

github.com/pmndrs/p2-es - 0d9045b55938b2e261216705db86a10fe91b9904 authored about 11 years ago
Added JSONFileFormat class and updated serializer

github.com/pmndrs/p2-es - feb6d87e5978e2435511886cc128d49131a5b90e authored about 11 years ago
Merge pull request #42 from wellcaffeinated/patch-1

fix: undefined check had incorrect return value

github.com/pmndrs/p2-es - dd52856e8615d660f3b38eae00f9019fe8e0cfdf authored about 11 years ago
fix: undefined check had incorrect return value

github.com/pmndrs/p2-es - b55c691cd621ab5ea188d16adf6685e1403f4821 authored about 11 years ago
added premliminary method .computeAABB to Shape

github.com/pmndrs/p2-es - e6c0d1733fb6f8d76270b00793e04f4e495119f7 authored about 11 years ago
added preliminary AABB class

github.com/pmndrs/p2-es - 4c8ab0b64e906e0f58007bd8bcd98c1c165e1c8c authored about 11 years ago
Added property .fixedRotation to Body and implemented support in World. Fixes #37. Ping @photonstorm

github.com/pmndrs/p2-es - 3c4cb59071f05696b3b8ec6678f07ed97e7d4cfb authored about 11 years ago
removed unused code from car demo

github.com/pmndrs/p2-es - c3ae77db1759adddf27d8059a68401f43aa96674 authored about 11 years ago
turning off body damping in asteroids demo

github.com/pmndrs/p2-es - 81e2aa0e9d586ed98e39ac5470071ad7df72963c authored about 11 years ago
added array access to vec3 and quat

github.com/pmndrs/cannon-es - d243bce472b463ae418a6f5cd3f2099667c0a8c0 authored about 11 years ago
world doc

github.com/pmndrs/p2-es - f71cd3ab4c43dadd00cec61899af8b0f48571ca4 authored about 11 years ago
changed restitution demo to restitution=1.0

github.com/pmndrs/p2-es - f882180f9aacd5127c3ccdbca8d4f7c0ee5acf55 authored about 11 years ago
changed stiffness param in concave demo

github.com/pmndrs/p2-es - ec873e2b036b58fc4a4836427c97d89e6062cb0d authored about 11 years ago
mechanism for reusing damping coefficients, will remove some garbage collection load

github.com/pmndrs/p2-es - 9d0585d2d69e5bf50af24c874c0d601c0ead0bf4 authored about 11 years ago
Update README.md

github.com/pmndrs/p2-es - b650f350b1c9aa56c6b75934041962af845a2ce9 authored about 11 years ago
updated links in index.html

github.com/pmndrs/p2-es - 4afffda5856f5451e66d0ff4c04d8052dd674b24 authored about 11 years ago
updated builds

github.com/pmndrs/p2-es - 3f848a2c17a037df5ed744d5bec9096d26fbcd1f authored about 11 years ago
updated version to 0.4.0, and updated docs

github.com/pmndrs/p2-es - 8688042b3c84fd2db6e665d6432ad48107848f59 authored about 11 years ago
updated builds

github.com/pmndrs/p2-es - 8f62233ff28560ef7dd73b0928bad66b4c8e5662 authored about 11 years ago
changed default damping to 0.1

github.com/pmndrs/p2-es - 48d7e4fae6534f218608c5150183ab0782a6765b authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - 5a3e28dfb63a19597e52d4546a87106c3df0bfff authored about 11 years ago
serializer bugfix for prismatic parameters

github.com/pmndrs/p2-es - 4288449c60fe85a918a3d956a95c51ff302db150 authored about 11 years ago
exposed .localAnchorA/B and .localAxisA in PrismaticConstraint

github.com/pmndrs/p2-es - 2baaba1a5255c35b680a9dcca2a873701a490186 authored about 11 years ago
updated builds

github.com/pmndrs/p2-es - b2651a1fca4a49381c7cac3571e26921ffa66ff2 authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - 25c4e057c28af7e89836740bcef8c08a9c006110 authored about 11 years ago
added backwards compatibility functions .capsulePlane and .convexPlane to Narrowphase

github.com/pmndrs/p2-es - 050baf1543fb6fbec8b82d80f724d7f12ce2a3fb authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - a3b65af7115a47ae3cb810c10d50101f646081d2 authored about 11 years ago
changed default damping to 0.01 in Body

github.com/pmndrs/p2-es - 9b6ab37465af0efdf9f6930ce8688aaace7e3138 authored about 11 years ago
changed number of iterations in circles demo

github.com/pmndrs/p2-es - ac67b5dc06df8f2ebbb0fad58c829e131468696c authored about 11 years ago
Updated PrismaticConstraint to new Equation formulation. Now it accepts optional arguments .localAnchorA/B and .localAxisA instead of the old ones

github.com/pmndrs/p2-es - 6cd1b85b7420428b0d8445592dc71b728e750ecd authored about 11 years ago
updated readme

github.com/pmndrs/p2-es - b91896d798673a3212eb46eeb21820ed69320216 authored about 11 years ago
using crossLength in FricitonEquation instead of ugly hack

github.com/pmndrs/p2-es - 5a5c762d39d54c01edf76d06c640ca151e71aca5 authored about 11 years ago
doc lockconstraint

github.com/pmndrs/p2-es - 5f4d031a95698cfe232b66b64fbcd73f614f797e authored about 11 years ago
fixed .newShapeCollisionMask bug in Demo, thanks @timrwood for noticing it!

github.com/pmndrs/p2-es - 8d4eaa513e03895c77370424c2d9553e2c74fc39 authored about 11 years ago
Merge branch 'feature/narrowphase-lookups' of https://github.com/timrwood/p2.js into timrwood-feature/narrowphase-lookups

github.com/pmndrs/p2-es - cc9d2e53c6f7cb56f7e26d7492c06ef51585d793 authored about 11 years ago
added property world.emitImpactEvent

github.com/pmndrs/p2-es - 7606e4c768e4d64b91efdeae2a349ab2ec422fbb authored about 11 years ago
Cache the function, not the key

github.com/pmndrs/p2-es - 951e4a21dc4dff56b9f0370ec2022ab59c423faa authored about 11 years ago
Narrowphase lookup table

Lookup collision resolution methods based on the shape type bits.

github.com/pmndrs/p2-es - 223bec1449a5a33286f6c358d60e10a3bb0d6afb authored about 11 years ago
added properties .newShapeCollisionGroup and .newShapeCollisionMask to Demo. This enables control over what collision groups newly drawn shapes have

github.com/pmndrs/p2-es - d1deaa2682c32a3c7abb58fff76ba519a37a5bec authored about 11 years ago
adding correct collision groups when drawing new

github.com/pmndrs/p2-es - 21fd8c6806918d1ed1535616c3c5f706cafcb882 authored about 11 years ago
added early serializer things

github.com/pmndrs/p2-es - 1780080132a4bb557dbb3733b15df4e44820e257 authored about 11 years ago
commented out one of the tests

github.com/pmndrs/p2-es - d63208a5953051eeace6ee9b15e4c07e0c4df497 authored about 11 years ago