From 335c087af98765a7c4517ed3d1cce712ef66a388 Mon Sep 17 00:00:00 2001 From: Simon Vanherweghe Date: Mon, 25 Nov 2024 09:56:03 +0100 Subject: [PATCH] svg lib update --- src/content/docs/general/01-preparation.md | 6 ++++++ src/content/docs/general/meetingnotes.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/content/docs/general/01-preparation.md b/src/content/docs/general/01-preparation.md index 460fdbd..335a15c 100644 --- a/src/content/docs/general/01-preparation.md +++ b/src/content/docs/general/01-preparation.md @@ -14,6 +14,8 @@ Some machines only accept G-CODE or HPGL files. This a more low-level format tha ### P5.js vector export +#### zenozeng/p5.js-svg + If you want to export your p5.js sketch, you can do this as an SVG with the [p5.js-svg](https://github.com/zenozeng/p5.js-svg) library. Make shure you are using the corresponding p5.js version. See the code below or have a look at [this demo](https://editor.p5js.org/SimonVanherweghe/sketches/W4YalbQcR) ```html @@ -40,6 +42,10 @@ function keyPressed(){ } ``` +#### golanlevin/p5.plotSvg + +A new library, yet to be tested, is: [https://github.com/golanlevin/p5.plotSvg](https://github.com/golanlevin/p5.plotSvg) + ## Lines You have to think in lines instead of shapes. There is no such things a 'fill'. diff --git a/src/content/docs/general/meetingnotes.md b/src/content/docs/general/meetingnotes.md index 7bb9ece..4968696 100644 --- a/src/content/docs/general/meetingnotes.md +++ b/src/content/docs/general/meetingnotes.md @@ -2,6 +2,10 @@ title: Meetingnotes --- +## 18/11/2024 + +- Did some tests with the cricut machine. Turns out you can cut cereal packaging cardboard with the material setting... 'Cereal box' 🤯 + ## 24/09/2024 - Welcome to the first TTT of this year.