Kinrany / vue-p5

Vue component for p5.js
125 stars 16 forks source link

Make `draw` and `setup` events, not props? #3

Closed Kinrany closed 6 years ago

Kinrany commented 6 years ago

Are there performance-related reasons to avoid emitting 60 events per second?

Kinrany commented 6 years ago

Functions are not supposed to be passed as props. I'll use events.