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

added yuidoc file

github.com/pmndrs/poly-decomp-es - 9f9cae9ca0864d1d00cab517bf6b89e6682ac870 authored over 11 years ago
updated demo and readme

github.com/pmndrs/poly-decomp-es - 6afa275f81b380106afe3f8fbfbe675d3656e065 authored over 11 years ago
updated demo css

github.com/pmndrs/poly-decomp-es - 11484f7f6c72fe5bcee1e3daa93879794fc65cb4 authored over 11 years ago
added gui for settings

github.com/pmndrs/poly-decomp-es - d37c4053c1322b97be60cd72a35396f0c15afccd authored over 11 years ago
added instructions to demo

github.com/pmndrs/poly-decomp-es - 452751e4afbcba229d9419243e5038579d48f76c authored over 11 years ago
render only when scene changes

github.com/pmndrs/poly-decomp-es - 0f36953ad6d699b68ca5f933458796c53944c74a authored over 11 years ago
update cosim example

github.com/pmndrs/p2-es - f7b89e00f4e8c3c9f4d0f563b49a770ccdd0f7b5 authored over 11 years ago
serialization fixes and test

github.com/pmndrs/p2-es - 44e6aa605744e51084e77e7ec2f7ef4ed3617285 authored over 11 years ago
world serialization fixes

github.com/pmndrs/p2-es - 5389ef013d4486fd4a0e97ff5e671d7923d66044 authored over 11 years ago
added more general json roundtrip test

github.com/pmndrs/p2-es - 9a02837ca320c997c59cb909f81248cdcb2b4726 authored over 11 years ago
removed unused .motorVelocity property from PointToPointConstraint

github.com/pmndrs/p2-es - 8a4ef11dcbe5b349d6240fb06606c8ec80da81ee authored over 11 years ago
update readme

github.com/pmndrs/p2-es - 38422733b229b7c736f39a215dde50d5329d2c1b authored over 11 years ago
optimizing equations

github.com/pmndrs/p2-es - fa2807f1186ed7857c2cc2bcf0c965135f248689 authored over 11 years ago
reusing array in Solver.prototype.removeAllEquations

github.com/pmndrs/p2-es - df1d83642a14d08dff3d8289257671a97cc643ca authored over 11 years ago
decreased number of iterations in circles example

github.com/pmndrs/p2-es - efdc3494e6f746e2e7acf96a0d987609427c7cc1 authored over 11 years ago
nearphase optimizations

github.com/pmndrs/p2-es - 644ed8465ecf30ccee71c058022265b523f07d10 authored over 11 years ago
using Utils.appendArray in Nearphase

github.com/pmndrs/p2-es - ab4122279c6adeebdc5b9949ec7428e8ad881516 authored over 11 years ago
minor loop optimization for SAP

github.com/pmndrs/p2-es - 1f21d99a17ae783837074d18f92ac2b81728c9cd authored over 11 years ago
minor loop fixes

github.com/pmndrs/p2-es - e18341a7031b21b61732279e09036e4c6f8cae74 authored over 11 years ago
Using array.push.apply(array,otherArray) for faster append. Added Utils.

github.com/pmndrs/p2-es - d363ed134b7bea85ba912d77d0468dfcdc3f2207 authored over 11 years ago
minor springs example update

github.com/pmndrs/p2-es - c4679bca40940f570aac4289aec2bd5b4cad703d authored over 11 years ago
reusing the result array in Broadphase

github.com/pmndrs/p2-es - 82bf3f6371c3ac1cc09129ea4512d6a03c58e0db authored over 11 years ago
fixed spring force bug

github.com/pmndrs/p2-es - 11f794d4e5d7a0d470ebfc7646a5688a5e867898 authored over 11 years ago
equation updates

github.com/pmndrs/p2-es - 5c8f98d61dd13cbf3a9a1dd45689d8136c06a63d authored over 11 years ago
using local jquery

github.com/pmndrs/p2-es - 62517a1677f8d3e6df31919b295bffd4ef0c6644 authored over 11 years ago
added flag for solving constraints automatically in World

github.com/pmndrs/p2-es - 48a6d2522eca0029bcaae43db4b8f5cc2657efb1 authored over 11 years ago
updated readme

github.com/pmndrs/p2-es - 7b9892531d12f49f4cd2d1199ff5b991eae1b11f authored over 11 years ago
quadtree bugfix

github.com/pmndrs/p2-es - 20b386027fba70e05e034b4a9e71bdddf55ceba2 authored over 11 years ago
updated docs and builds to v0.2.0

github.com/pmndrs/p2-es - 18e522aee5b3672dcfb6935fb2a14d682dfe420e authored over 11 years ago
updated docs

github.com/pmndrs/p2-es - 7dec070b7f65ded908a7639d5cfd134ce1b8882b authored over 11 years ago
updated builds

github.com/pmndrs/p2-es - 340fc6441cb3414ed89610e08e6917c6cf4f193d authored over 11 years ago
updated index page

github.com/pmndrs/p2-es - be4505bfe60ae712b1b1092e805b153d96c3ca2a authored over 11 years ago
added particle/capsule collision, also added capsule support for world.hitTest

github.com/pmndrs/p2-es - eaf0e81fb9d25d5d60e07ff4c641927ddece66e7 authored over 11 years ago
added collision support for circle/capsule

github.com/pmndrs/p2-es - fa4614cf5c4989756403592e462bea14a7d69b31 authored over 11 years ago
moved examples js and css files to their own directories

github.com/pmndrs/p2-es - 46f3e011e2c40da47c3dc9e65fdf6dae3ef191cc authored over 11 years ago
docs for friction example

github.com/pmndrs/p2-es - 9fafc410968727812cafe9386ad524ae4fbe8d0c authored over 11 years ago
added property .material to Shape. Added support for Material and ContactMaterial in World (added .addContactMaterial, .getContactMaterial, .contactMaterials)

github.com/pmndrs/p2-es - c68d5b60163a70922b2bf1f0f9b77424c896eb3d authored over 11 years ago
added properties world.applySpringForces and GSSolver.useZeroRHS

github.com/pmndrs/p2-es - fe3082f1392b8915fb0b8f4ccf582d256d27c881 authored over 11 years ago
updated readme

github.com/pmndrs/p2-es - 0ef5d7bd88c9f9043835e676f533b7a5868942bf authored over 11 years ago
added missing browserify as dependency

github.com/pmndrs/p2-es - 155ed116a970b11ab7eb6bf7145cd04d958113d7 authored over 11 years ago
added gl-matrix as a dependency instead of devDependency since we now dont load the bundled files in node

github.com/pmndrs/p2-es - 74b3d87965a0a7f5d1c60a9c5a1496669ae5cca6 authored over 11 years ago
use src/p2.js as main entry for Node.js

github.com/pmndrs/p2-es - d6cecb2fd50db915ae8d4cdbdc20c1bbcc3f5895 authored over 11 years ago
updated readme

github.com/pmndrs/p2-es - 59d942c35aed4d06494e67679dc134ee8f03caa0 authored over 11 years ago
added preliminary Material and ContactMaterial classes

github.com/pmndrs/p2-es - 246674fd29c8aa3b868f88f3f2534b94d85c9498 authored over 11 years ago
added bump to and updated car demo a bit

github.com/pmndrs/p2-es - 12637a4f238e52a6fc7ef4d0cb37c47858adf266 authored over 11 years ago
added car example and method .setMotorSpeed to PointToPointConstraint

github.com/pmndrs/p2-es - fe1b58d2817227bda34ec3ba4b316cfae97525f2 authored over 11 years ago
added RotationalVelocityEquation, added methods .enableMotor and .disableMotor to PointToPointConstraint

github.com/pmndrs/p2-es - b5d13a599b786af0f6409af61149d15287cbd0bc authored over 11 years ago
updated cosim code

github.com/pmndrs/p2-es - c0b4ef899b08ae5966f242eb6b58edb2fb65267b authored over 11 years ago
minor update to world

github.com/pmndrs/p2-es - d842040e6238871e2ea3bd1859bb469d580a91a7 authored over 11 years ago
better equation computations

github.com/pmndrs/p2-es - cbd2eb173be9a54108058e5a8cf6be416f2b62e8 authored over 11 years ago
cosim example update

github.com/pmndrs/p2-es - 15e530db88d222e0e01a20a52752ed2c4bfc037f authored over 11 years ago
updated circles example to use 15*15 circles

github.com/pmndrs/p2-es - cb1363b68525f506208efa298f152037f043535c authored over 11 years ago
fixed circle/circle nearphase bug

github.com/pmndrs/p2-es - fdd675654e39880e651cb2ad8b118a2b4b2ab69a authored over 11 years ago
removed polyk functions that are not needed

github.com/pmndrs/p2-es - b0fe63e707c55710ce01b3204826fc1457453104 authored over 11 years ago
updated readme

github.com/pmndrs/p2-es - cc284a15f10975ee7fdb297a23145d05113577f9 authored over 11 years ago
ability to choose axis in SAP1DBroadphase

github.com/pmndrs/p2-es - 08e2f86f195161484d324e7150325d29acac184a authored over 11 years ago
Added SAP1DBroadphase. Renamed World.friction to World.defaultFriction

github.com/pmndrs/p2-es - e46e9b19607459ef44532d54073ed5d3db98f081 authored over 11 years ago
updated readme

github.com/pmndrs/p2-es - 724b4befe1232c500cc0136016852e7b04bfb589 authored over 11 years ago
shorthand names for vec2 ops

github.com/pmndrs/p2-es - 6bcae15f7427785714159ec222c0c59959fa76df authored over 11 years ago
minor update

github.com/pmndrs/p2-es - 44081ad7a334716b1055870b617dcf83970367c4 authored over 11 years ago
Updated SPOOK param interface: Now the user only has to set .stiffness and .relaxation for either GSSolver or Equation. Also added property GSSolver.useGlobalEquationParameters so the user can control where the parameters should be read

github.com/pmndrs/p2-es - c1a68b670e514be09091f11302ec55b86f5fd364 authored over 11 years ago
minor world updates

github.com/pmndrs/p2-es - ea37b7735aa5d77121dd647c66365cf44813cf25 authored over 11 years ago
minor updates for world

github.com/pmndrs/p2-es - 68f23384830ba6608bb2dac739d6f89bffea9494 authored over 11 years ago
removed Broadphase.shapeTypeAShapeTypeB since it is not used any more

github.com/pmndrs/p2-es - 0b9accf2855c7fbcd42d06ecfcc84d9f84e3ec31 authored over 11 years ago
using bounding radius checks for convex/convex

github.com/pmndrs/p2-es - 35dbaba5dec068da7a75c723018ca6167e6e2cef authored over 11 years ago
fixed convex/convex nearphase bug

github.com/pmndrs/p2-es - 2018d031d814da512b04be031a991c205ab9a4ae authored over 11 years ago
improved particle/convex nearphase

github.com/pmndrs/p2-es - 410e98ab6e00406ef1f44f847aa1c02c1e18f0a5 authored over 11 years ago
pick particles in Demo

github.com/pmndrs/p2-es - 69617309bfe30d69b7a2db9123d71bebb7810183 authored over 11 years ago
Picking in Demo

github.com/pmndrs/p2-es - d5c1f757256db88e74743b8d4e22253e629d9bd0 authored over 11 years ago
added world.hitTest, with Circle, Plane and Convex support

github.com/pmndrs/p2-es - 8db0686e1d3daf1627d879125b63bd8b898f99d8 authored over 11 years ago
more work on QuadTree

github.com/pmndrs/p2-es - 8bca58959fd3c6b51e42a33c88f52a4584066118 authored over 11 years ago
cosim example with more options

github.com/pmndrs/p2-es - 3a8134eddce421f8d96adf6232995ce673ba6586 authored over 11 years ago
added collision filtering to file format

github.com/pmndrs/p2-es - abfb7217ee13f31c984104544f0929a3d952cde4 authored over 11 years ago
added collision filters

github.com/pmndrs/p2-es - 571d54d77cb1062ecbdfdfe5e6dc34a523c48c52 authored over 11 years ago
exact solution for cosim

github.com/pmndrs/p2-es - 5a57e105d2a91163076ab836b8d32a5d9e5c8f9b authored over 11 years ago
cosim example fixed, had a sign wrong

github.com/pmndrs/p2-es - 1fb8e52ad4880cf1d96ddab173c36c26da8e7f90 authored over 11 years ago
minor update to cosim example

github.com/pmndrs/p2-es - 907f0f06009e2edbe503478a00190fa60fadec65 authored over 11 years ago
using vectors for the cosim

github.com/pmndrs/p2-es - 8777c088a57228d24d87fd58f185d8716de7bb43 authored over 11 years ago
updated cosim example, seem to work better now

github.com/pmndrs/p2-es - 610255282cc0c8dbcc5aa0ac1e902a7186ad3b35 authored over 11 years ago
updated readme

github.com/pmndrs/p2-es - e72f336ebd162babde484822980a8c895567a9d1 authored over 11 years ago
merged master

github.com/pmndrs/p2-es - 6ad6e70fd760fd9f7fe20df310cd56dcf5288d8c authored over 11 years ago
added PrismaticConstraint

github.com/pmndrs/p2-es - 9b2b6b40fe6ba7834d707d18a164fc9e98db8ae8 authored over 11 years ago
added Shape.updateBoundingRadius and Body.updateBoundingRadius

github.com/pmndrs/p2-es - 43a2d69f06999cde32fc97cb529e4bd265ad2a0e authored over 11 years ago
added QuadTree preliminary code

github.com/pmndrs/p2-es - ac8865feaec8545ef68c698f8dc837f4faea1d55 authored over 11 years ago
added method World.clone

github.com/pmndrs/p2-es - f673f88b1e238d459b9a7f3d72c7bc8bffc26459 authored over 11 years ago
cosim example

github.com/pmndrs/p2-es - c4ba3453afd2f4d404b133d71ab3d7d152cf417c authored over 11 years ago
updated builds

github.com/pmndrs/p2-es - cf0ced12175a0014a7d55dbbeeaf1e9a5a756f26 authored over 11 years ago
updated docs

github.com/pmndrs/p2-es - fc0ed900e8652cd706c6c84ccc8d81e18a078d46 authored over 11 years ago
updated index.html

github.com/pmndrs/p2-es - 98295988eb513d17584abecc0757991df2642349 authored over 11 years ago