Repository: bmoren/p5js-cheat-sheet Branch: master Commit: b482c202f930 Files: 28 Total size: 106.9 KB Directory structure: gitextract_0jy1tvqk/ ├── .gitignore ├── README.md ├── build/ │ ├── index.js │ └── package.json └── docs/ ├── ca.html ├── de.html ├── diagram.js ├── es.html ├── fonts/ │ ├── FiraCode-Bold.otf │ ├── FiraCode-Light.otf │ ├── FiraCode-Medium.otf │ ├── FiraCode-Regular.otf │ └── inconsolata.otf ├── fr.html ├── id.html ├── index.html ├── it.html ├── ja.html ├── ko.html ├── menu.js ├── nl.html ├── prism.css ├── prism.js ├── pt.html ├── style.css ├── tr.html ├── zh-tw.html └── zh.html ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # Ignore Mac DS_Store files .DS_Store debug.log .vscode/settings.json node_modules ================================================ FILE: README.md ================================================ # [a p5js cheat sheet for beginners!](https://bmoren.github.io/p5js-cheat-sheet/) This is a [web based cheat sheet](https://bmoren.github.io/p5js-cheat-sheet/) to help folks get started with [p5.js](http://p5js.org)! The cheat sheet is fully formatted for printing on a single sheet of paper for easy reference, classroom, and workshop usage. There are several translations available: + [English](https://bmoren.github.io/p5js-cheat-sheet/) + Translation by: [Ben Moren](https://github.com/bmoren) + [French](https://bmoren.github.io/p5js-cheat-sheet/fr.html) + Translation by: [@rich-gg](https://github.com/rich-gg) + [Japanese](https://bmoren.github.io/p5js-cheat-sheet/ja.html) + Translation by: [Takawo Shunsuke](https://twitter.com/takawo) + [German](https://bmoren.github.io/p5js-cheat-sheet/de.html) + Translation by: [Philipp Lehmann](https://github.com/philipp-lehmann) + [Nederlands](https://bmoren.github.io/p5js-cheat-sheet/nl.html) + Translation by: [Vincent Sijben](https://github.com/vincentsijben) + [Korean](https://bmoren.github.io/p5js-cheat-sheet/ko.html) + Translation by: [Yi donghoon](https://github.com/icq4ever) + [Italian](https://bmoren.github.io/p5js-cheat-sheet/it.html) + Translation by: [Antonio Belluscio](https://codesthesia.net) + [Spanish](https://bmoren.github.io/p5js-cheat-sheet/es.html) + Translation by: [Andy Valdés Valdés](https://andyvaldesvaldes.com/) + [Catalan](https://bmoren.github.io/p5js-cheat-sheet/ca.html) + Translation by: [Daniel Fernández](https://github.com/trikaphundo) + [Indonesia](https://bmoren.github.io/p5js-cheat-sheet/id.html) + Translation by: [Zul Hilmi](https://github.com/hilmizul) + [Portuguese](https://bmoren.github.io/p5js-cheat-sheet/pt.html) + Translation by: [Felipe Turcheti](https://github.com/fturcheti) + [Chinese](https://bmoren.github.io/p5js-cheat-sheet/zh.html) + Translation by: [Drafffffff](https://github.com/draffffff) + [Traditional Chinese](https://bmoren.github.io/p5js-cheat-sheet/zh-tw.html) + Translation by: [eziraros](https://twitter.com/s_r_r_z_) + [Turkish](https://bmoren.github.io/p5js-cheat-sheet/tr.html) + Translation by: [Bedirhan Ugur](https://github.com/bedirxanugur) There are also pre-compiled PDF's available within this repository for each translation for folks who would like to get off-line ASAP, or who would like an immediate copy of a cheat sheet. # Making a new translation! I'm looking for help translating this cheat sheet into as many languages as possible! If you can assist, please reach out via in the issues tab or via the [p5.js forum post](https://discourse.processing.org/t/a-p5-js-cheat-sheet-for-beginners/8236/7)! ### If you're not comfortable with HTML & Git: No worries! – Please respond to (or open) the associated language issue with the translations for each cheatsheet section and a contributor will implement and confirm them with you before pushing them live! ### If you are comfortable with HTML & making git pull requests: + clone the repository + navigate to the `docs` folder + copy `index.html` & rename to `langcode.html` (where langcode is the [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the language you are translating. + make all translation changes inside of the `` tags + make all translation changes to the `terms` JSON object at the bottom of the HTML page. + add your name as the translator + a link to yourself in the `