@chromatic-coherence/generative-engine 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,13 +7,13 @@
7
7
  [![licence: source-available](https://img.shields.io/badge/licence-source--available-1e88e5)](./LICENSE)
8
8
  [![zero dependencies](https://img.shields.io/badge/dependencies-0-success)](#)
9
9
 
10
- **[2D · CPU edition →](https://www.npmjs.com/package/@chromatic-coherence/generative-charts-2d)** · **[3D · GPU charts edition →](https://www.npmjs.com/package/@chromatic-coherence/generative-charts-3d)**
10
+ **[Live scenes →](https://chromaticcoherence.ai/generative-engine)** · **[The charts sibling →](https://www.npmjs.com/package/@chromatic-coherence/generative-charts)**
11
11
 
12
12
  </div>
13
13
 
14
14
  ---
15
15
 
16
- The two chart editions stay what they are — small, stable, chart-first. **generative-engine** is where
16
+ The charts library stays what it is — small, stable, chart-first. **generative-engine** is where
17
17
  the family expands: the same API (`createWorld` · `face` · `line` · `glow` · `grow` · `draw*` ·
18
18
  `fade`), so chart recipes port forward by changing one import — and underneath it, a real
19
19
  graphics engine. Zero dependencies; the browser is the only runtime.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chromatic-coherence/generative-engine",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "THE THIRD ENGINE — a zero-dependency WebGL2 graphics engine grown from generative-charts-3d: HDR + bloom + SSAO post chain, hardware-PCF shadow maps, a geometry stdlib, ribbon strokes, group transforms and morph targets. The charts API rides on top unchanged.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",