pixelkind / p5canvas

An interactive preview for writing p5js code in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=garrit.p5canvas
Other
39 stars 4 forks source link
canvas javascript p5js typescript visual-studio-code

p5canvas

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.

Example Screenshot 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.

Features

Setup

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.

Usage

If a JavaScript file is open, a p5canvas button appears in the status bar bottom left. Click on it, to open the preview.

Known Issues

There are currently no known issues. If you find any issues, please feel free, to message me on Twitter or Github.

Release Notes

1.7.0

1.6.1

1.6.0

1.5.1

1.5.0

For more Information, please look at the Changelog.

License

This Library is licensed under the MIT License. Please refer to the LICENSE.txt for more information.