0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00
liabru-matter-js/examples
liabru 7fce5d861c Merge branch 'master' into timing-improve
* master: (123 commits)
  release 0.18.0
  prevent source map in demo builds
  updated test scripts
  added note about webpack performance to readme
  added benchmark test command
  increase iterations on Example.stress3
  add triangles to mixed bodies example
  added example for Composite.remove
  updated examples
  deprecated Matter.Grid
  added broadphase to Matter.Detector
  replaced Matter.SAT with Matter.Collision
  use force exit in tests
  added cache checks to Matter.Composite
  change raycasting example events to enable use in tests
  optimised collisions
  added Matter.Collision
  use Matter.Runner in test worker
  optimised Matter.Pairs
  optimised Resolver.solvePosition
  ...

# Conflicts:
#	examples/car.js
#	examples/manipulation.js
#	examples/ragdoll.js
#	examples/slingshot.js
#	examples/timescale.js
#	src/collision/Detector.js
#	src/collision/Resolver.js
#	src/collision/SAT.js
#	src/core/Engine.js
#	src/core/Runner.js
2021-12-20 18:52:58 +00:00
..
airFriction.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
avalanche.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
ballPool.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
bridge.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
car.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
catapult.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
chains.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
circleStack.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
cloth.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
collisionFiltering.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
compositeManipulation.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
compound.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
compoundStack.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
concave.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
constraints.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
doublePendulum.js changed world.gravity to engine.gravity 2021-04-07 22:40:39 +01:00
events.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
friction.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
gravity.js changed world.gravity to engine.gravity 2021-04-07 22:40:39 +01:00
gyro.js add triangles to mixed bodies example 2021-12-12 13:20:15 +00:00
index.js added example for Composite.remove 2021-12-12 13:19:37 +00:00
manipulation.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
mixed.js add triangles to mixed bodies example 2021-12-12 13:20:15 +00:00
newtonsCradle.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
pyramid.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
ragdoll.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
raycasting.js updated examples 2021-12-12 12:50:10 +00:00
remove.js added example for Composite.remove 2021-12-12 13:19:37 +00:00
restitution.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
rounded.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
sensors.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
sleeping.js added behaviour metric to tests and refactor tests 2021-12-01 23:34:41 +00:00
slingshot.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
softBody.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
sprites.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
stack.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
staticFriction.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
stats.js added Example.stats 2021-03-21 15:37:22 +00:00
stress.js Merge branch 'render-stats' 2021-04-11 11:36:11 +01:00
stress2.js Merge branch 'render-stats' 2021-04-11 11:36:11 +01:00
stress3.js increase iterations on Example.stress3 2021-12-15 09:57:51 +00:00
svg.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
terrain.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00
timescale.js Merge branch 'master' into timing-improve 2021-12-20 18:52:58 +00:00
views.js migrate Matter.World to the equivalent Matter.Composite 2021-04-07 22:38:25 +01:00
wreckingBall.js change all examples to use Composite.add instead of the alias World.add 2021-04-06 21:36:43 +01:00