Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiffman/learningprocessing-p5.js
Port all of Learning Processing examples to JavaScript using p5.js
https://github.com/shiffman/learningprocessing-p5.js
Last synced: 13 days ago
JSON representation
Port all of Learning Processing examples to JavaScript using p5.js
- Host: GitHub
- URL: https://github.com/shiffman/learningprocessing-p5.js
- Owner: shiffman
- Created: 2014-07-29T18:31:11.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T15:07:08.000Z (8 months ago)
- Last Synced: 2024-10-14T14:32:50.281Z (25 days ago)
- Language: JavaScript
- Homepage: http://learningprocessing.com
- Size: 4.77 MB
- Stars: 264
- Watchers: 31
- Forks: 86
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LearningProcessing-p5.js
========================Port of all examples from [Learning Processing](http://learningprocessing.com) to JavaScript using [p5.js](p5js.org). To see the repo, visit [https://github.com/shiffman/LearningProcessing-p5.js](https://github.com/shiffman/LearningProcessing-p5.js). To see the original Processing examples, visit [https://github.com/shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing).
* [chp01_drawing](chp01_drawing/index.md)
* [chp02_processing](chp02_processing/index.md)
* [chp03_flow](chp03_flow/index.md)
* [chp04_variables](chp04_variables/index.md)
* [chp05_conditionals](chp05_conditionals/index.md)
* [chp06_loops](chp06_loops/index.md)
* [chp07_functions](chp07_functions/index.md)
* [chp08_objects](chp08_objects/index.md)
* [chp09_arrays](chp09_arrays/index.md)
* [chp10_algorithms](chp10_algorithms/index.md)
* [chp13_mathematics](chp13_mathematics/index.md)
* [chp14_transformations](chp14_transformations/index.md)
* [chp15_images_pixels](chp15_images_pixels/index.md)
* [chp16_video](chp16_video/index.md)
* [chp17_strings](chp17_strings/index.md)
* [chp18_data](chp18_data/index.md)
* [chp20_sound](chp20_sound/index.md)
* [chp22_advanced_oop](chp22_advanced_oop/index.md)
* [chp23_java](chp23_java/index.md)