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

Readme p5.xr min version update #214

Merged
merged 1 commit into from
May 21, 2024

Conversation

TiborUdvari
Copy link
Collaborator

WebGL2 support and p5.instance.webglVersion check was introduced in version 1.7.0 https://github.com/processing/p5.js/releases/tag/v1.7.0. Getting webgl context will fail if in older versions. Example mentioned in #203 currently fails because of this.

p5 editor examples should be updated if possible.

WebGL2 support and p5.instance.webglVersion check was introduced in
version 1.7.0 https://github.com/processing/p5.js/releases/tag/v1.7.0.
Getting webgl context will fail if in older versions. Example mentioned
in stalgiag#203 currently fails because of this
@TiborUdvari
Copy link
Collaborator Author

I don't think there is a good way to update p5 web editor examples, should I just update the links with working examples on my p5 web editor account when I fix something? https://editor.p5js.org/TiborUdvari/sketches/fgA0L9jQ6

@stalgiag
Copy link
Owner

Thanks for this! Yeah I think it makes sense to update the editor sketch links to whoever is hosting the most recent example. The web editor offers a lot of advantages for first time users (immediately duplicate example, try in browser without running local server) but it does make editing hard. Another option is that we could make a p5.xr user and have a secret stored in the repo that has the login info.

@stalgiag stalgiag merged commit 1bc85cd into stalgiag:main May 21, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants