You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/nuxt-p5js-3d-models.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ categories: ["examples"]
7
7
8
8
Three-dimensional models, whether they be of the format `.obj` or `.stl`, can be easily rendered in your Nuxt project by using the [p5js.org](https://p5js.org/) library.
9
9
10
+
> Update 2025: the interactive demos on this site now load the standalone [p5 playground](https://cmpadden.github.io/p5/) within an iframe. The component API described below still works when embedding the GitHub Pages build of that project.
11
+
10
12
<!--more-->
11
13
12
14
I've been using p5 for a while now to tinker and explore generative art, some of which can be found in the [/playground](/playground) section of this website. To use it with Nuxt, a [client-side plugin](https://github.com/cmpadden/cmpadden.github.io/blob/70ba674acdbe80c4a41b510a9b54edcddb19f489/plugins/p5.client.js) was created like so:
0 commit comments