Skip to content

Commit 335c087

Browse files
svg lib update
1 parent 21e0ceb commit 335c087

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/content/docs/general/01-preparation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Some machines only accept G-CODE or HPGL files. This a more low-level format tha
1414

1515
### P5.js vector export
1616

17+
#### zenozeng/p5.js-svg
18+
1719
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)
1820

1921
```html
@@ -40,6 +42,10 @@ function keyPressed(){
4042
}
4143
```
4244

45+
#### golanlevin/p5.plotSvg
46+
47+
A new library, yet to be tested, is: [https://github.com/golanlevin/p5.plotSvg](https://github.com/golanlevin/p5.plotSvg)
48+
4349
## Lines
4450

4551
You have to think in lines instead of shapes. There is no such things a 'fill'.

src/content/docs/general/meetingnotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: Meetingnotes
33
---
44

5+
## 18/11/2024
6+
7+
- Did some tests with the cricut machine. Turns out you can cut cereal packaging cardboard with the material setting... 'Cereal box' 🤯
8+
59
## 24/09/2024
610

711
- Welcome to the first TTT of this year.

0 commit comments

Comments
 (0)