p5canvas icon indicating copy to clipboard operation
p5canvas copied to clipboard

An interactive preview for writing p5js code in Visual Studio Code

Results 18 p5canvas issues
Sort by recently updated
recently updated
newest added

file sketch.js cannot use another class from another file

Unable to load fonts in current version

this has been on an informal list for a while, but I just came across this by accident. Maybe it can be useful in some way: https://github.com/datramt/p5js-gif-recorder

Hello, In this script I have an edge check that should make a change when it hits the edges of the canvas ```js edges() { if (this.p.y >= height) {...

Great extension! I'd like to by able to hide the ruler and cursor location tooltip if possible though. Allowing for vscode hotkey configuration would also be awesome! I think the...

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

This defines an error message handler. This is neccessary, because the friendly error messages lead with a `\n` newline and thus do not get put onto the console. (apparently subsequent...

enhancement
hacktoberfest-accepted

Recent versions of P5.js have excellent error messages. We should look into getting them into the console.

With this pull-request we add support for loadShader to p5canvas. This pr resolves #54.

enhancement

Hello Is it possible to rescale canvas to fill the editor window? Now i see mostly only 400pix of the canvas on 4k monitor. thanks