×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
p5.js - JavaScript library for drawing graphics 2D (drawing pictures, lines, movements), 3D graphics (Drawing materials, light, texture)
→
p5.js where to download and how to connect?
Looked at
3988
times
p5.js Download
last updated: 13 March 2020
Download
p5.js
Files needed from the official website
p5js.org/download
Version
Size
Where to download ?
p5.min.js
- it is a compressed library p5.js
(for use on the sites)
620 kb
github.com/processing/p5.js/releases/download/1.0.0/p5.min.js
p5.js
- it is a library with source code p5.js
4.4 mb
github.com/processing/p5.js/releases/download/1.0.0/p5.js
Connect p5.js
1) Download
p5.min.js
to your computer
2) Create a new file
1.html
and inside Connect
p5.min.js
Just like that:
Html
<script
src=
"./p5.min.js"
>
</script>
Note!
Put
p5.min.js
file
and
1.html
file
in the same directory
← Previous topic
What the p5.js ?
Next topic →
Пример "рисуем эллипс" | p5.js
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
•
What the p5.js ?
•
p5.js where to download and how to connect?
•
Пример "рисуем эллипс" | p5.js
•
image
Ваши вопросы присылайте по почте:
info@dir.by