bitcraftlab / p5.gui

p5.gui magically generates a graphical user interface for your p5.js sketches
https://bitcraftlab.github.io/p5.gui
MIT License
354 stars 91 forks source link

Adding CDN script tag to README.md? #31

Open ljcucc opened 2 years ago

ljcucc commented 2 years ago

Will that adding the CDN script url or script tag to README will make people get started sooner or more convenient to start using the library?

e.g.

https://cdn.rawgit.com/bitcraftlab/p5.gui/master/libraries/p5.gui.js
https://cdn.rawgit.com/bit101/quicksettings/master/quicksettings.js

or

<script src="https://cdn.rawgit.com/bitcraftlab/p5.gui/master/libraries/p5.gui.js"></script>
<script src="https://cdn.rawgit.com/bit101/quicksettings/master/quicksettings.js"></script>

then people could add those code into some more simpler IDE, like editor.p5js.org or OpenProcessing?

yuletide commented 1 year ago

As someone just finding this library this would be a huge help to getting started, as would a p5js editor sketch that is forkable with everything setup!