p5.tree 0.0.3 → 0.0.4
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.
- package/README.md +7 -7
- package/dist/p5.tree.esm.js +160 -157
- package/dist/p5.tree.esm.js.map +1 -1
- package/dist/p5.tree.js +160 -157
- package/dist/p5.tree.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# p5.tree
|
|
2
2
|
[](https://www.npmjs.com/package/p5.tree)
|
|
3
3
|
|
|
4
|
-
Shader development, camera
|
|
4
|
+
Shader development, camera keyframe interpolation, and space transformations for 3D rendering in [p5.js v2](https://beta.p5js.org/) ([WEBGL](https://beta.p5js.org/reference/p5/constants/webgl/) / [WEBGL2](https://beta.p5js.org/reference/p5/constants/webgl2/) / [WebGPU](https://beta.p5js.org/reference/p5/constants/webgpu/)).
|
|
5
5
|
|
|
6
6
|

|
|
7
7
|
|
|
@@ -275,19 +275,19 @@ Debug / teaching primitives for visualizing common 3D concepts:
|
|
|
275
275
|
|
|
276
276
|
# Releases
|
|
277
277
|
|
|
278
|
-
- **Latest (v0.0.
|
|
278
|
+
- **Latest (v0.0.4):**
|
|
279
279
|
These links always point to the latest published version on npm.
|
|
280
280
|
- [p5.tree.js (unminified, IIFE)](https://cdn.jsdelivr.net/npm/p5.tree/dist/p5.tree.js)
|
|
281
281
|
- [p5.tree.min.js (minified, IIFE)](https://cdn.jsdelivr.net/npm/p5.tree/dist/p5.tree.min.js)
|
|
282
282
|
- [p5.tree.esm.js (ES module)](https://cdn.jsdelivr.net/npm/p5.tree/dist/p5.tree.esm.js)
|
|
283
283
|
- [npm package](https://www.npmjs.com/package/p5.tree)
|
|
284
284
|
|
|
285
|
-
- **Current tagged version (v0.0.
|
|
285
|
+
- **Current tagged version (v0.0.4):**
|
|
286
286
|
Use these if you want to lock to a specific version.
|
|
287
|
-
- [p5.tree@0.0.
|
|
288
|
-
- [p5.tree@0.0.
|
|
289
|
-
- [p5.tree@0.0.
|
|
290
|
-
- [npm package (v0.0.
|
|
287
|
+
- [p5.tree@0.0.4.js (unminified, IIFE)](https://cdn.jsdelivr.net/npm/p5.tree@0.0.4/dist/p5.tree.js)
|
|
288
|
+
- [p5.tree@0.0.4.min.js (minified, IIFE)](https://cdn.jsdelivr.net/npm/p5.tree@0.0.4/dist/p5.tree.min.js)
|
|
289
|
+
- [p5.tree@0.0.4.esm.js (ES module)](https://cdn.jsdelivr.net/npm/p5.tree@0.0.4/dist/p5.tree.esm.js)
|
|
290
|
+
- [npm package (v0.0.4)](https://www.npmjs.com/package/p5.tree/v/0.0.4)
|
|
291
291
|
|
|
292
292
|
---
|
|
293
293
|
|