Skip to content

Commit a9fb47c

Browse files
authored
Merge branch 'main' into fix-korean-translations
2 parents a6fe8e1 + e9d6957 commit a9fb47c

7 files changed

Lines changed: 852 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please report security vulnerabilities by emailing: responsible.disclosure@processingfoundation.org
6+
7+
## What to Expect
8+
- We will acknowledge your email within 72 hours
9+
- We will provide regular updates about our progress
10+
- Once the issue is confirmed and fixed, we may ask you to verify the solution
11+
12+
## Disclosure Policy
13+
- Please do not disclose the vulnerability publicly until we have had a chance to address it
14+
- We do not offer bounties as we are a non-profit organization
15+
- We appreciate your efforts to responsibly disclose your findings
16+
17+
## Scope
18+
19+
You can use the above email to report vulnerabilities in p5.js and related repositories managed by the processing org, including the reference website.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: p5.nvim
2+
description: Better editor support for p5.js sketchspaces in Neovim
3+
category: utils
4+
sourceUrl: https://github.com/prjctimg/p5.nvim
5+
featuredImage: ../images/p5-nvim.png
6+
featuredImageAlt: p5.nvim logo
7+
author:
8+
name: prjctimg
9+
url: https://prjctimg.me
10+
license: GPL-3.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: p5.waves
2+
category: utils
3+
description: A p5.js library featuring a curated collection of 34 wave types for animation, modulation, and generative art.
4+
author:
5+
name: Sebastien Vanblaere
6+
url: https://prjcts.be
7+
sourceUrl: https://github.com/seb-prjcts-be/p5.waves
8+
websiteUrl: https://seb-prjcts-be.github.io/p5.waves/
9+
featuredImage: ../images/p5.waves.png
10+
featuredImageAlt: Wave-based generative artwork created with the p5.waves library
11+
license: MIT
26.2 KB
Loading
166 KB
Loading

src/content/tutorials/en/setting-up-your-environment.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,4 +479,5 @@ If you are using a screen reader, use the [p5.js Web Editor](https://editor.p5js
479479
- [p5.js with VSCode](https://www.youtube.com/watch?v=zMAnM9ly0a8) (video tutorial)
480480
- [VSCode Overview](https://code.visualstudio.com/docs/getstarted/introvideos)
481481
- [p5.vscode reference](https://github.com/antiboredom/p5.vscode/blob/master/README.md)
482+
- [Reference for p5.nvim - Editor support for Neovim](https://github.com/prjctimg/p5.nvim/blob/main/README.md)
482483
- Browser consoles in [Chrome](https://developer.chrome.com/docs/devtools/console/reference/) | [Firefox](https://firefox-source-docs.mozilla.org/devtools-user/web_console/) | [Safari](https://support.apple.com/guide/safari-developer/safari-developer-tools-overview-dev073038698/11.0/mac/10.13) | [Edge](https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/console/)

0 commit comments

Comments
 (0)