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.
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.
- Side Preview while editing the JavaScript file
- JSHint integration to find errors
- Loading images with relative path
- Saving the current canvas as PNG (as a command)
- Fully ES 6 compatible
- Support for
import
Statements in Beta
This 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.
There are currently no known issues. If you find any issues, please feel free, to message me on Twitter or Github.
- Update to the latest version of p5js
- Adding support for
preload
function - Adding support for
setup
function - Adding support to use
createCanvas
to create a fixed size or aWEBGL
canvas
- Showing internal JavaScript errors in the output (thanks to @ccoenen)
- Added mouse position on top ruler
- Bugfix for cannot read property document of undefined
- Beta Support for
import
Statements
- Bugfix: Canvas not showing on first open
- Changed communication from websockets to the internal messaging api
For more Information, please look at the Changelog.
This Library is licensed under the MIT License. Please refer to the LICENSE.txt
for more information.