@zakkster/lite-steer 1.0.0 → 1.0.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 +3 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,6 +9,9 @@
9
9
 
10
10
  Zero-GC steering behaviors for autonomous agents. Boids, seek, flee, wander, path following, curl noise.
11
11
 
12
+ **[→ Live Recipes Gallery Demo](https://cdpn.io/pen/debug/KwgvQrj)**
13
+ **[→ Live Recipes Gallery Demo vol.2](https://cdpn.io/pen/debug/myrByLe)**
14
+
12
15
  **10,000 boids at 60fps. 6 scratchpad vectors. Zero garbage collection.**
13
16
 
14
17
  ## Why lite-steer?
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zakkster/lite-steer",
3
3
  "author": "Zahary Shinikchiev <shinikchiev@yahoo.com>",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "Zero-GC steering behaviors for autonomous agents. Boids, seek, flee, wander, path following, curl noise. Built on lite-vec.",
6
6
  "type": "module",
7
7
  "main": "Steer.js",
@@ -19,13 +19,13 @@
19
19
  "README.md"
20
20
  ],
21
21
  "license": "MIT",
22
- "homepage": "https://github.com/PeshoVurtoleta/zakkster-lite-steer#readme",
22
+ "homepage": "https://github.com/PeshoVurtoleta/lite-steer#readme",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/PeshoVurtoleta/zakkster-lite-steer.git"
25
+ "url": "git+https://github.com/PeshoVurtoleta/lite-steer.git"
26
26
  },
27
27
  "bugs": {
28
- "url": "https://github.com/PeshoVurtoleta/zakkster-lite-steer/issues",
28
+ "url": "https://github.com/PeshoVurtoleta/lite-steer/issues",
29
29
  "email": "shinikchiev@yahoo.com"
30
30
  },
31
31
  "dependencies": {