vue-p5 icon indicating copy to clipboard operation
vue-p5 copied to clipboard

Vue component for p5.js

Results 16 vue-p5 issues
Sort by recently updated
recently updated
newest added

Thanks for your package - it has been quite helpful! But now i stumbled upon a serious issue with my application. I am using "createGraphics()" to create an imageMask. Everything...

bug
help wanted

This PR should do the following: - [x] setup jest for the framework - [x] Add some test cases as well as TDD cases for missing features - [x] Add...

Some constants, such as PI, can only be accessed as properties of the sketch object. However, other enum values such as CLOSE (ie for endShape) can be accessed either as...

I do love the idea of adding a vue support for p5 framework! I noticed that there is a ton of work required, I have setup unit testing for the...

Would you consider upgrading to Vue3?

Apologies my linter auto-replaced the quotes all across, but I think you can use this as a reference.

It would be helpful to list other ways of using p5 and Vue together. Using vue-p5 may be overkill for really simple apps with a single component. It also might...

documentation

Not as issue but more of a question(s) ... I found this, running Vue, Vuex & p5 as individual libs .. https://codepen.io/etheralgo/pen/KjKQjZ What are the major differences of this vs...

documentation

I just did a very basic script and got these 5 errors below ... ``` new Vue({ el: '#app', methods: { setup(sketch) { sketch.createCanvas(400,400); }, draw(sketch) { sketch.background('green'); this.currentTime =...

documentation