Skip to content

Commit 1a384c0

Browse files
committed
Add p5.js 2.x Project Generator extension to libraries
Added VSCode extension for generating p5.js 2.0 projects with autocomplete and IntelliSense support. Includes new 'integrations' category.
1 parent a2a814e commit 1a384c0

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/content/libraries/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const categories = [
2020
"networking",
2121
"export",
2222
"utils",
23+
"integrations",
2324
] as const;
2425

2526
/**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "p5.js 2.x Project Generator"
2+
description: "A Visual Studio Code extension that quickly generates new p5.js 2.0 projects with a clean, minimal setup. Includes autocomplete, IntelliSense, and parameter hints for most p5.js functions. Perfect for artists, designers, educators, and anyone getting started with creative coding."
3+
category: "integrations"
4+
sourceUrl: "https://github.com/IrtizaNasar/p5-2.vscode"
5+
websiteUrl: "https://marketplace.visualstudio.com/items?itemName=Irti.p5js-project-generator"
6+
featuredImage: "./images/p5js-project-generator.png"
7+
featuredImageAlt: "p5.js 2.x Project Generator VSCode Extension interface showing project generation and autocomplete features"
8+
author:
9+
name: "IrtizaNasar"
10+
url: "https://github.com/IrtizaNasar"
11+
license: "MIT"
12+
13+
1.1 MB
Loading

0 commit comments

Comments
 (0)