https://github.com/pythoncoderunicorn/javascriptr
a repo for my Javascript learning
https://github.com/pythoncoderunicorn/javascriptr
Last synced: 10 months ago
JSON representation
a repo for my Javascript learning
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/javascriptr
- Owner: PythonCoderUnicorn
- Created: 2022-01-30T17:30:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T21:08:37.000Z (over 3 years ago)
- Last Synced: 2025-01-17T20:24:27.471Z (11 months ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavascriptR
a repo for my Javascript learning
### for online web browser editor
- https://editor.p5js.org
- https://p5js.org/get-started/
- use NodeJS to run JS
- https://generativeartistry.com/tutorials/hours-of-dark/
## Using VS code editor to run p5.js
ensure you have these libraries
```
p5.min.js
p5.sound.min.js
p5.asciiart.min.js
quicksettings.js
p5.gui.js
ml5.min.js
p5.play.js
p5.shape.js
```
## Ulam Prime Spiral - p5js
