-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update/Updated Generative Design Examples #774
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
Conversation
- data files not served via rawgit - hallelujah! - added jquery
I noticed that in the PR you linked, it uses p5 version 0.7.2. Do you want to change the p5 version here to 0.7.1 or 0.7.2? |
great! i'll merge this in now. |
Super! Thanks so much @catarak 🌈🙌 |
@joeyklee just ran the script to update the examples, let me know that it worked! |
@catarak - thanks! I switched from raw git to githack I think there might be some issues with the way that images are served up via those URLs. E.g. https://editor.p5js.org/generative-design/sketches/P_4_1_2_02 doesn't load the image via:
Just flagging this in case you need to switch any of your other examples over from rawgit to something else. I will look into the fix here. |
Hello!
The Generative Design group recently did a review and update of the Generative Design Examples (see: generative-design/Code-Package-p5.js@c40b36e). We'd love to do a bulk update of the examples in the p5 web editor when you get a chance!
If you don't mind running the
npm run fetch-examples-gg
so that all the sketches in thegenerative-design
account are updated, that would be super. We currently have our examples running directly on our site and include a link to the P5 editor for people to jump into the code if they are curious :)Thanks so much @catarak 🌈❤️✨!