An open API service indexing awesome lists of open source software.

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

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

![UlamPrimeSpiral](https://user-images.githubusercontent.com/55933131/168448189-218a9c80-b64b-4b7a-83a8-fefe65b157d3.png)