shiffman / LearningProcessing-p5.js

Port all of Learning Processing examples to JavaScript using p5.js
http://learningprocessing.com
265 stars 86 forks source link

Ports p5 compatible sketch examples from chapter 14 #2

Closed mexitalian closed 9 years ago

mexitalian commented 9 years ago

@shiffman I followed the coding style from the other example ports and have modified references to functions in the comments wherever necessary. Let me know if any modifications are required.

shiffman commented 9 years ago

This is incredible, thank you!!! Also, I am duplicating all examples at https://github.com/shiffman/learningprocessing.com/tree/gh-pages/code. I would like them to pull directly from here, but have to resolve https://github.com/shiffman/learningprocessing.com/issues/25. I am moving them over manually, but you should also feel free to "pull request" in both places.

This is a huge help to me, many many thanks.

mexitalian commented 9 years ago

Your welcome! Have a small pull request coming through shortly, I need to look into the ticket you mention before I would be able to commit to both repos.

shiffman commented 9 years ago

Great. Yes, normally it's as easy as just copy pasting the files into the learningprocessing.com directory, but with the image examples I had to make some manual changes to load media without preload() and change the path for an images directory. I'd certainly love any help with this, but will get to it myself some time!