+ 4
Processing JS
I was wondering if there's a way to get PJS in the coding playground? I'm most experienced with this and it's my favorite coding language. There isn't a course on it here, and you can't switch the coding playground to PJS, so is there a way to put it in HTML? I know there is, just no one has been able to properly explain it to me. Would that work with the coding playground or no?
3 Respostas
+ 5
https://repl.it/EW5z/7
Note:-online editor
+ 5
Misha YES. You can run p5.js in SoloLearn:
Add this to the head tag:
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
+ 1
Ochrona