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

p5 complete #54

Open
fred-dev opened this issue Mar 21, 2023 · 2 comments
Open

p5 complete #54

fred-dev opened this issue Mar 21, 2023 · 2 comments

Comments

@fred-dev
Copy link

This plugin is a great tool, but falls apart by not having the complete P5 library, only offering the p5.sound.min.js, not the p5.sound.js. This leads to a lot of difficulties and incompatabilities with students and the smooth plugin experience falls apart when studnets need to download a file and put it in the correct directory. Is there a reason to use the min version here?

@antiboredom
Copy link
Owner

Hi - can you explain what the issues are with having the minified library?

@fred-dev
Copy link
Author

Usually minified libraries are for deployment and full versions are for developing. As p5JS is a teaching tool, I find it better to have all the source code readable. Students can easily see what the functions are if they want. I guess the minified version makes sense on the p5Js web editor, but less so when we download the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants