@box2d/benchmark
Advanced tools
Comparing version
{ | ||
"name": "@box2d/benchmark", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "A benchmark to compare various js/ts Box2D implementations", | ||
"homepage": "https://github.com/lusito/box2d.ts", | ||
"keywords": [ | ||
"box2d", | ||
"performance", | ||
"benchmark", | ||
"game", | ||
"TypeScript" | ||
], | ||
"homepage": "https://lusito.github.io/box2d.ts/", | ||
"bugs": { | ||
@@ -31,3 +38,3 @@ "url": "https://github.com/lusito/box2d.ts/issues" | ||
"dependencies": { | ||
"@box2d/core": "^0.7.2", | ||
"@box2d/core": "^0.7.3", | ||
"@flyover/box2d": "^1.0.1", | ||
@@ -46,3 +53,3 @@ "box2d.js": "^1.0.4", | ||
}, | ||
"gitHead": "505014886b16c3fd6bdbf4a00b167761b10a3668" | ||
"gitHead": "85f94a247ba1fb335b3e51938a0606a537bf9895" | ||
} |
@@ -5,2 +5,6 @@ # @box2d/benchmark | ||
Try it here: https://lusito.github.io/box2d.ts/ | ||
**Fair Warning:** In theory this can be added as a dependency to other physics libraries in order to run benchmarks against local code. But this has not been tested yet. | ||
Based on [bench2d](https://github.com/joelgwebber/bench2d) by joelgwebber | ||
@@ -40,1 +44,21 @@ | ||
| planck.js | 23.17 | 25 | 18 | 4.23 | | ||
## The @box2d Ecosystem | ||
@box2d is a full-blown ecosystem for box2d for the JavaScript/TypeScript world. It can be used both in the browser and in node.js | ||
Check out demos and compare performance here: https://lusito.github.io/box2d.ts/ | ||
**Fair Warning:** The whole @box2d ecosystem is in an early stage, so it will probably change a lot before we release the first stable version (1.0.0). | ||
Other packages included in the ecosystem: | ||
- Benchmark: Based on [bench2d](https://github.com/joelgwebber/bench2d) by joelgwebber | ||
- Controllers: From the LiquidFun project | ||
- Particles: Also from the LiquidFun project | ||
- Lights: [ported from LibGDX](https://github.com/libgdx/box2dlights) | ||
- Testbed: A set of demos, partially ports of the original projects, partially new ones. | ||
# Contributing | ||
We're looking for contributors to make this the best place to start with box2d on the web. | ||
Check out the project page for more information: https://github.com/Lusito/box2d.ts |
968315
0.14%63
61.54%Updated