pinocchio-js 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
- # Pinocchio WASM
1
+ # Pinocchio-js
2
2
 
3
- Pinocchio WASM is a port of the [Pinocchio](https://github.com/stack-of-tasks/pinocchio) rigid body dynamics library to WebAssembly, enabling high-performance robot dynamics in the browser and Node.js.
3
+ Pinocchio-js WASM is a port of the [Pinocchio](https://github.com/stack-of-tasks/pinocchio) rigid body dynamics library to WebAssembly, enabling high-performance robot dynamics in the browser and Node.js.
4
+
5
+ ## Examples
6
+ A project based on Pinocchio-js
7
+ [Robot-analyzer.io](https://mostafasaad1.github.io/robot-analyzer-js/)
4
8
 
5
9
  ## Features
6
10
 
@@ -119,3 +123,4 @@ This runs:
119
123
  ## License
120
124
 
121
125
  BSD-2-Clause
126
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinocchio-js",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "High-performance WebAssembly bindings for the Pinocchio rigid body dynamics library",
5
5
  "keywords": [
6
6
  "pinocchio",
@@ -43,4 +43,5 @@
43
43
  "url": "https://github.com/Mostafasaad1/pinocchio-js/issues"
44
44
  },
45
45
  "homepage": "https://github.com/Mostafasaad1/pinocchio-js#readme"
46
- }
46
+
47
+ }