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

less array lookups in solver

github.com/pmndrs/cannon-es - 17d99669fc7a8294901c7182fc3f4d9f47a01340 authored over 12 years ago by Stefan Hedman <[email protected]>
unnecessary typed array realloc removed from solver

github.com/pmndrs/cannon-es - 54fce7f5880257488afc870bd30de0fc461b3491 authored over 12 years ago by Stefan Hedman <[email protected]>
DistanceConstraint and demo

github.com/pmndrs/cannon-es - 7fe5a617f74bf7e91412b17b738c7b3bc58e628e authored over 12 years ago by Stefan Hedman <[email protected]>
DistanceConstraint and demo

github.com/pmndrs/cannon-es - d94843cf4ba157417c0ce82b1513e77f07ca06bf authored over 12 years ago by Stefan Hedman <[email protected]>
Merge pull request #24 from chrisforbes/patch-1

Trivial fix for doc typo

github.com/pmndrs/cannon-es - 45df166bd07b794a557f0e09fa9a6b15b9098f08 authored over 12 years ago by Stefan Hedman <[email protected]>
Trivial fix for doc typo

github.com/pmndrs/cannon-es - 93cd8eb8d5b9776fead23fd1ff3158c6dc400641 authored over 12 years ago by Chris Forbes <[email protected]>
Change scene with number keys in CANNON.Demo

github.com/pmndrs/cannon-es - e27aa86dfa528391244008bd4246d334daeaae45 authored over 12 years ago by Stefan Hedman <[email protected]>
Merge branch 'master' of github.com:schteppe/cannon.js

github.com/pmndrs/cannon-es - 1c45ee1a33ebf92b9d522e66c8f419975cd5b097 authored over 12 years ago by Stefan Hedman <[email protected]>
box-hull, compound-hull contacts

github.com/pmndrs/cannon-es - bdc5b583e645c2ebd622b0ade2bd51c5dc4f45e5 authored over 12 years ago by Stefan Hedman <[email protected]>
Update README.markdown

github.com/pmndrs/cannon-es - b9fe21b24670d3d7a9d2d65583060c795d6bf32c authored over 12 years ago by Stefan Hedman <[email protected]>
Box-box contacts + demo, see demos/stacks.js

github.com/pmndrs/cannon-es - 58d63f878a17ec3f509ab3af808673d2b045b2d2 authored over 12 years ago by Stefan Hedman <[email protected]>
spook parameters fiddling

github.com/pmndrs/cannon-es - 7f21c31737695ec06539b0667bd37193d17308a3 authored over 12 years ago by Stefan Hedman <[email protected]>
Moved preStep callback after gravity and contact forces was accumulated and added postStep callback invocation

github.com/pmndrs/cannon-es - 2bef36f8ff095cdd2ec6044c544cca35dbdcd148 authored over 12 years ago by Stefan Hedman <[email protected]>
Update README.markdown

github.com/pmndrs/cannon-es - 555bec41fce177e3145312a6f4fbd08d32d85a5f authored over 12 years ago by Stefan Hedman <[email protected]>
Fast quaternion normalization. Thanks @unphased!

github.com/pmndrs/cannon-es - 58aed3484e31f2744132bf3df260a81c39e306d7 authored over 12 years ago by Stefan Hedman <[email protected]>
Pre- and post-step body callbacks, and demo

github.com/pmndrs/cannon-es - 0bfbf67a9fcb044b5b9fe5347d43eb13561872ad authored over 12 years ago by Stefan Hedman <[email protected]>
Rendering of body frame-axes in Demo

github.com/pmndrs/cannon-es - f85cd308ed2e129a1f762075668837a07567570a authored over 12 years ago by Stefan Hedman <[email protected]>
Put the cylinder on top of the box just to show off the hull/hull contact

github.com/pmndrs/cannon-es - 2cf1ed7464d9b709abf29a461191c8b171605b02 authored over 12 years ago by Stefan Hedman <[email protected]>
convex hull/hull collision seem to work!

github.com/pmndrs/cannon-es - b51e27513ff2494afb424f7be8692e5f28a9d701 authored over 12 years ago by Stefan Hedman <[email protected]>
hull/hull contact, something is still wrong though

github.com/pmndrs/cannon-es - 4b0bf9bd85ab5489bbd9d4f1dd9e48e01fec72d7 authored over 12 years ago by Stefan Hedman <[email protected]>
Better ConvexHull/Plane contact generator

github.com/pmndrs/cannon-es - 650344181ccad62932931991a03320e693f61141 authored over 12 years ago by Stefan Hedman <[email protected]>
Quaternion.toEuler fixes and test

github.com/pmndrs/cannon-es - 39f70cb13785246eb5c5a9f718279de24effe2c0 authored over 12 years ago by Stefan Hedman <[email protected]>
merged build conflict

github.com/pmndrs/cannon-es - d8c7dd96907276fee16cc5bb0310efe1d0c9925b authored over 12 years ago by Stefan Hedman <[email protected]>
quaternion to euler angles, still needs testing though

github.com/pmndrs/cannon-es - c2fee3b00d7d7c97c920c67d68d75a5da99bf74c authored over 12 years ago by Stefan Hedman <[email protected]>
Quaternion conjugte and inverse

github.com/pmndrs/cannon-es - d2680288150152c29bdc074557178748c64df7f4 authored over 12 years ago by Stefan Hedman <[email protected]>
avoid Math.sqrt in NaiveBroadphase

github.com/pmndrs/cannon-es - 380b1c6e11f5be0af3f3373be77c96f3bb147b0b authored over 12 years ago by Stefan Hedman <[email protected]>
ConvexHull improvements, added experimental demo scene

github.com/pmndrs/cannon-es - 8b6dd6ca03ca59609187d7aae6060213dac8b63d authored over 12 years ago by Stefan Hedman <[email protected]>
hull/hull clipping

github.com/pmndrs/cannon-es - 1b3045e4cf12287ebcdf7547c0f92246a6cccdcd authored over 12 years ago by Stefan Hedman <[email protected]>
added convex hull class skeleton

github.com/pmndrs/cannon-es - 06aaff924d3590388dc75ec835c9ce198bc3e65d authored over 12 years ago by Stefan Hedman <[email protected]>
jshint fixes on NaiveBroadphase and Mat3

github.com/pmndrs/cannon-es - 70adfcc4c3e62cdec472a61682a112dd7ecd6bab authored over 12 years ago by Stefan Hedman <[email protected]>
Moved nearPhase() to a new ContactGenerator class, started using class ContactPoint for storing contacts.

github.com/pmndrs/cannon-es - f7923b9ac544919b14f7381e3dcc028dc0bc74ce authored over 12 years ago by Stefan Hedman <[email protected]>
merge master and added link to motionstates demo

github.com/pmndrs/cannon-es - 6a7870cd51e2d0a38e0c71a7e1406d060a4ce477 authored over 12 years ago by Stefan Hedman <[email protected]>
Replaced RigidBody.fixed with .motionstate. Added support for kinematic bodies and a demo.

github.com/pmndrs/cannon-es - 77c4d45db8597b8274c25ef1e39c33abdf83fc7d authored over 12 years ago by Stefan Hedman <[email protected]>
Do not collide static bodies

github.com/pmndrs/cannon-es - 32b0d94f3e093e638df25ec59caa7eddc4c22c82 authored over 12 years ago by Stefan Hedman <[email protected]>
skip collisions between 2 static shapes

github.com/pmndrs/cannon-es - aa11ed8b4b52f9e04cf65f4ea3d8a44fd5bdc57a authored over 12 years ago by Stefan Hedman <[email protected]>
a little doc

github.com/pmndrs/cannon-es - 589f15899ebbdfd5eb0eae6e5f8107e18e5fdb24 authored over 12 years ago by Stefan Hedman <[email protected]>
merged with master

github.com/pmndrs/cannon-es - 4968305d362425a9683e1d867bd6715b000a01ad authored over 12 years ago by Stefan Hedman <[email protected]>
worked on the new constraint format, not yet ready to use though

github.com/pmndrs/cannon-es - ac4c1321f531e204cf4fa3fb3c5644e84f0eb22a authored over 12 years ago by Stefan Hedman <[email protected]>
Bitwise operators in NaiveBroadphase. Thanks to @timrwood for the suggestion!

github.com/pmndrs/cannon-es - d4952b6417445b54ff5d43909e0dbd3eda746fb3 authored over 12 years ago by Stefan Hedman <[email protected]>
npm package modifications

github.com/pmndrs/cannon-es - 95022f31d5b08cc0b11c5b8f70ebd0b7a031e635 authored over 12 years ago by Stefan Hedman <[email protected]>
merged with nodified version from @timrwood

github.com/pmndrs/cannon-es - e977e1bf6eb5c3d987812d47a47494f466cf9d25 authored over 12 years ago by Stefan Hedman <[email protected]>
Adding some more vec3 unit tests

github.com/pmndrs/cannon-es - 745e163d7d224253a0d6169ddf8c6a7a030c81c6 authored over 12 years ago by Tim Wood <[email protected]>
Added global comments for jshinting

github.com/pmndrs/cannon-es - 653bcca6087039d75cdb53656a6717490cc414e8 authored over 12 years ago by Tim Wood <[email protected]>
added sketches of Equation, ContactPoint, and some constraint classes

github.com/pmndrs/cannon-es - ba1ed77ff886923b57b2a50d1e90798dec18c834 authored over 12 years ago by Stefan Hedman <[email protected]>
Making cannon.js work in node

github.com/pmndrs/cannon-es - 0d1d428abf14254c555cf14dd24e58047b854d73 authored over 12 years ago by Tim Wood <[email protected]>
Adding unit tests

github.com/pmndrs/cannon-es - 2aa947072c54b93ea5246258434b4cebf083b937 authored over 12 years ago by Tim Wood <[email protected]>
Adding package.json file for npm

github.com/pmndrs/cannon-es - e6a202c7af1aad14c4d66d07845e6241a41258e8 authored over 12 years ago by Tim Wood <[email protected]>
Adding jshint options

github.com/pmndrs/cannon-es - 8c72c3931187020ea46637c1e45d9f29428fbf24 authored over 12 years ago by Tim Wood <[email protected]>
Reorganizing makefile to include dependancies in the correct order

github.com/pmndrs/cannon-es - eaa53b46b3096fe9479e9d44f6d0a79206ae52da authored over 12 years ago by Tim Wood <[email protected]>
Adding .DS_Store to gitignore

github.com/pmndrs/cannon-es - 696fd4f189a79743ba18f0552ab08897773e33b9 authored over 12 years ago by Tim Wood <[email protected]>
Adding start and end wrappers for library

Adding IIFE to capture globals and improve minification

github.com/pmndrs/cannon-es - 549756c05945ea115614897eed1a732c7bf44796 authored over 12 years ago by Tim Wood <[email protected]>
Adding makefile for compiling with uglifyjs and jshinting

github.com/pmndrs/cannon-es - cb9b58e5219ec5fe200e4f3cb8a9c0111da211e6 authored over 12 years ago by Tim Wood <[email protected]>
Adding node_modules to gitignore

github.com/pmndrs/cannon-es - d26237c32f43cea42c147a5283ea95ac2c24df19 authored over 12 years ago by Tim Wood <[email protected]>
avoided a few more Vec3 allocations in nearphase

github.com/pmndrs/cannon-es - 9ed9e081400b18d433629f46bffd2937d322beb2 authored over 12 years ago by Stefan Hedman <[email protected]>
Update README.markdown

github.com/pmndrs/cannon-es - cf40a3cdba9ae399ecb2181c1983991ad1cb7d5b authored over 12 years ago by Stefan Hedman <[email protected]>
Merge pull request #11 from pyrotechnick/patch-1

BroadPhase -> Broadphase

github.com/pmndrs/cannon-es - 0693771346710fafbbf4d17c00ca58a2fc272a93 authored over 12 years ago by Stefan Hedman <[email protected]>
BroadPhase -> Broadphase

github.com/pmndrs/cannon-es - e4dfda27450959e78c6ee629249e3ef4778ef11b authored over 12 years ago by Nicholas Kinsey <[email protected]>
oops, now I actually added the files. And fixed gravity bug in Demo

github.com/pmndrs/cannon-es - 4523b0413c852e6d998e62a2334801533ff7865a authored over 12 years ago by Stefan Hedman <[email protected]>
added local versions of three.js

github.com/pmndrs/cannon-es - fb28f6e8ce8899c6fd7c29acec6e12484e79e35f authored over 12 years ago by Stefan Hedman <[email protected]>
Update README.markdown

github.com/pmndrs/cannon-es - 2e72b402eb79f69b128b50cbfa3c1b54c6cfbdfa authored over 12 years ago by Stefan Hedman <[email protected]>
removed the large world arrays, put data where it belongs instead

github.com/pmndrs/cannon-es - d2df4b1f33f71f5af4b485b7065f1013f16368e9 authored over 12 years ago by Stefan Hedman <[email protected]>
reuse geometry in demo

github.com/pmndrs/cannon-es - a6c61f4ca2b28ec6625d0351189456d8bf9e0d41 authored over 12 years ago by Stefan Hedman <[email protected]>
Merge pull request #10 from onionhammer/patch-1

Missing semi-colon (;)

github.com/pmndrs/cannon-es - 30a4b1791de4f0f3a172fcd53041d653ffd7d001 authored over 12 years ago by Stefan Hedman <[email protected]>
Missing semi-colon (;)

github.com/pmndrs/cannon-es - 611f5043b540785a43fee0f814a551e9620b533e authored over 12 years ago by onionhammer <[email protected]>
reuse some objects in World

github.com/pmndrs/cannon-es - d0c931ed29ccb7012e62f3b7263548665ea005e4 authored over 12 years ago by Stefan Hedman <[email protected]>
collision detection reuse of vectors

github.com/pmndrs/cannon-es - 08451099392f2d30547ded4d3422b35a067dc14d authored over 12 years ago by Stefan Hedman <[email protected]>
rebuild with doc

github.com/pmndrs/cannon-es - a2ac8b59ef1608e3312fe2a6e592dd45f4ba71e3 authored over 12 years ago by Stefan Hedman <[email protected]>
added .ghdoc

github.com/pmndrs/cannon-es - bbde1e89b6c9bb10150b8b5b05c4632d6874268f authored over 12 years ago by Stefan Hedman <[email protected]>
rebuild

github.com/pmndrs/cannon-es - e1e1ea6cebc21d75288e3a29664260d11582285e authored over 12 years ago by Stefan Hedman <[email protected]>
Merged with master. Links to 3 more demos

github.com/pmndrs/cannon-es - 142b83f56f00c34f4ccbdb9c3655464879709acd authored over 12 years ago by Stefan Hedman <[email protected]>
Merge branch 'master' into gh-pages

github.com/pmndrs/cannon-es - 579ade3e076d2b4f171605c000f7a852f1afedb3 authored over 12 years ago by Stefan Hedman <[email protected]>
contactmaterial fix on examples

github.com/pmndrs/cannon-es - 0cdf1992f05fed1792973bf1a9856df7188b4917 authored over 12 years ago by Stefan Hedman <[email protected]>
demos fix

github.com/pmndrs/cannon-es - 0b891323d30e7b732ee197a094db343a5b9a2664 authored over 12 years ago by Stefan Hedman <[email protected]>
Box compound shapes.

github.com/pmndrs/cannon-es - 651a129e2bf442a8142c038f7c432d00707039ab authored over 12 years ago by Stefan Hedman <[email protected]>
Compound shape works for spheres now. Have a look at the compound demo.

github.com/pmndrs/cannon-es - aa8d18b2dc6ede0782f84d0204f23704064d3571 authored over 12 years ago by Stefan Hedman <[email protected]>
Removed friction constraints from todo list

github.com/pmndrs/cannon-es - 16042d0178ca930d8b080db8317a2ee83643672a authored over 12 years ago by Stefan Hedman <[email protected]>
Finally friction works. Check out all the demos.

github.com/pmndrs/cannon-es - 3dc0f2289783d71122f4e9fa2c04e997b0d3f1b1 authored over 12 years ago by Stefan Hedman <[email protected]>
Added friction example

github.com/pmndrs/cannon-es - 3be87becfbf54b20de8737a7137445ef9a0bf28f authored over 12 years ago by Stefan Hedman <[email protected]>
Material and Contact material restructuring, not fully done yet thoug

github.com/pmndrs/cannon-es - 95db894a380b1aeab5e252262e0c081e6a173616 authored over 12 years ago by Stefan Hedman <[email protected]>
Constraint class cleanup

github.com/pmndrs/cannon-es - 938214dae6c3fc54a3a181faa3420ce91ca4005b authored over 12 years ago by Stefan Hedman <[email protected]>
friction fixes

github.com/pmndrs/cannon-es - 7d1d1d706ef315c8eee001be49bfee559b797bb7 authored over 12 years ago by Stefan Hedman <[email protected]>
CM to contact point rendering in Demo

github.com/pmndrs/cannon-es - 357effe1a8615ccab73b72250f8960717f729d92 authored over 12 years ago by Stefan Hedman <[email protected]>
CM to contact point debug render for Demo, not 100% done yet though

github.com/pmndrs/cannon-es - fedbe7f439922ad47e89a3204b24e4c9aaf3c242 authored over 12 years ago by Stefan Hedman <[email protected]>
Demo restart orientation

github.com/pmndrs/cannon-es - 3b176c894571aba86f8e045d44e5e4d395c821ab authored over 12 years ago by Stefan Hedman <[email protected]>
box-sphere edge contact bug

github.com/pmndrs/cannon-es - 584e5900088339c89416cc90cd46c743aff12e95 authored over 12 years ago by Stefan Hedman <[email protected]>
Demo restart scene velocities + sphere-box contact bug

github.com/pmndrs/cannon-es - 8e07289db9e7e69ebd08124fc3b9f3d514f6671a authored over 12 years ago by Stefan Hedman <[email protected]>
Rendering of both contact points in a contact

github.com/pmndrs/cannon-es - 7b9678da7f953e85654fbfb6016dd92c269f095a authored over 12 years ago by Stefan Hedman <[email protected]>
contact rendering optimization for Demo

github.com/pmndrs/cannon-es - 682a78ebfa82ebd3c197fc64e0ec4f9147ec3faa authored over 12 years ago by Stefan Hedman <[email protected]>