Skip to content

Commit b394bf4

Browse files
authored
Merge pull request #1027 from IrtizaNasar/2.0
Add p5.js 2.x Project Generator extension to libraries
2 parents adf1173 + e94363b commit b394bf4

4 files changed

Lines changed: 13 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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, including autocomplete, IntelliSense, and parameter hints for p5.js functions
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: Screenshot of p5.js 2.x Project Generator VSCode extension interface showing project creation options
8+
author:
9+
name: IrtizaNasar
10+
url: https://github.com/IrtizaNasar
11+
license: MIT
1.1 MB
Loading

src/content/ui/en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ libraryCategories:
9393
networking: "Networking"
9494
export: "Export"
9595
utils: "Utilities"
96+
integrations: "Integrations"
9697
tutorialCategories:
9798
introduction: "Introduction to p5.js"
9899
drawing: "Drawing"

0 commit comments

Comments
 (0)