Skip to content

Commit

Permalink
svg lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanherweghe committed Nov 25, 2024
1 parent 21e0ceb commit 335c087
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/general/01-preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'.
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/general/meetingnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 335c087

Please sign in to comment.