-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
p5 version not updated #826
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
Comments
open closed issue here. (check below link) |
@hellonearthis good to know that :) |
@hellonearthis I think that way is not beginner friendly, and we should be responsible for the version update stuff |
Ditto, reproduced, a simple sketch that calls circle(10, 10, 10) fails with |
thanks for reporting! i agree with @sanketsingh24, that changing the version in the index.html is not beginner friendly. it would be great if this version updated automatically (see #144, in which it took me forever to figure out a real solution, which has not yet been implemented). for now, i will update this manually 😄 also, i think this points to more support of #4—it would be great if you could see all of your "installed" js libraries easily for a sketch! |
Circle is still not defined in the web editor. Giving a reference error. |
@davidluckyvr have you tried updating the p5.js version of the specific sketch you're working on? the p5.js version will only be updated for new sketches. |
Nature of issue?
Details about the bug:
Probably the version on web editor is somehow still v0.7.2, while the current p5 version is v0.7.3.
use
circle()
orsquare()
(For some reason i was not able to log in)The text was updated successfully, but these errors were encountered: