Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilizing third-party libraries? #8

Open
AngelOD opened this issue Oct 23, 2018 · 4 comments
Open

Utilizing third-party libraries? #8

AngelOD opened this issue Oct 23, 2018 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@AngelOD
Copy link

AngelOD commented Oct 23, 2018

There are a fair few extension libraries available for p5.js and I think it would be nice with an example on how to use these with vue-p5.

@Kinrany
Copy link
Owner

Kinrany commented Oct 24, 2018

Indeed it would!
Which ones do you use?

@AngelOD
Copy link
Author

AngelOD commented Oct 24, 2018

It varies but https://github.com/bitcraftlab/p5.gui and http://p5play.molleindustria.org/ are both libraries I've used in the past. Any library from https://p5js.org/libraries/ is viable, however. :)

@Kinrany
Copy link
Owner

Kinrany commented Oct 28, 2018

Hmm, it seems there are two basic use cases here:

  1. Higher level graphics libraries that draw on p5's canvas
  2. GUI libraries that manipulate DOM

I'm assuming that anyone who wants to use vue-p5 has at least a little bit of experience with Vue. Perhaps a guide to replacing a GUI library with equivalent Vue components would be more appropriate.

Unfortunately I have no experience with any part of p5 other than it's core drawing capabilities. There might be cases where such a replacement isn't possible, I can't tell.

@Kinrany Kinrany added the help wanted Extra attention is needed label Feb 21, 2020
@Lucashw68
Copy link

Take a look at https://github.com/uber1337mate/vue-p5-play, he just wrapped the lib in a package but I have no clue how to use it. Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants