pattapatta 0.4.0 → 0.4.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.
- package/CHANGELOG.md +6 -0
- package/README.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
# pattapatta
|
|
2
2
|
|
|
3
|
+
[](https://github.com/sponsors/MadOrkestra)
|
|
4
|
+
[](https://www.buymeacoffee.com/madorkestra)
|
|
5
|
+
|
|
3
6
|
Pen-plotter geometry library (inspired by [PGS](https://github.com/micycle1/PGS)): hatching, circle packing, triangulation / meshing, boolean path ops, Voronoi, tilings, and SVG I/O for Node and the browser.
|
|
4
7
|
|
|
5
8
|
**Stroke marks only** — solid area fills are not the goal.
|
|
6
9
|
|
|
10
|
+
> **Status:** Built entirely with AI as an experiment. **Not meant for public / production use yet.** Feedback welcome via [GitHub issues](https://github.com/MadOrkestra/pattapatta/issues) on the [repository](https://github.com/MadOrkestra/pattapatta).
|
|
11
|
+
|
|
7
12
|
[](https://www.npmjs.com/package/pattapatta)
|
|
8
13
|
|
|
9
14
|
## Install
|
|
@@ -61,3 +66,5 @@ pnpm docs:examples # regenerate SVG figures
|
|
|
61
66
|
## License
|
|
62
67
|
|
|
63
68
|
MIT — clean-room implementation (not a GPL line-port of PGS). See `docs/decisions/`.
|
|
69
|
+
|
|
70
|
+
Source: [github.com/MadOrkestra/pattapatta](https://github.com/MadOrkestra/pattapatta) · [Issues](https://github.com/MadOrkestra/pattapatta/issues) · [Sponsor](https://github.com/sponsors/MadOrkestra) · [Buy Me a Coffee](https://www.buymeacoffee.com/madorkestra)
|