The p5canvas extensions allows you to preview your p5js code in a canvas side by side with your code. The canvas refreshes live, while editing.
Image by Quynh Han Tran
There is a standard setup script included which setups a full width/height canvas that will be resized automatically, but you can override that with your script.
import
Statements in BetaThis can be installed from within VS Code's "Extensions" menu by searching for p5canvas
. You can also run ext install garrit.p5canvas
from your terminal, or go to the visual Studio Marketplace page of p5canvas to download the vsix file and manually install it. It is also available as extension in VS Codium.
If a JavaScript file is open, a p5canvas button appears in the status bar bottom left. Click on it, to open the preview.
If you find any issues, please feel free, to write an issue on Github.
width
and height
valuespreload
functionsetup
functioncreateCanvas
to create a fixed size or a WEBGL
canvasimport
StatementsFor more Information, please look at the Changelog.
This Library is licensed under the MIT License. Please refer to the LICENSE.txt
for more information.