A fork of bmoren's p5js-toolbar, with small alterations to make it more useful for my classes. Specifically, I changed some of the links to be specifically helpful for my class, and changed the project template to follow the folder structure convention I use in my classes.
p5js-toolbar adds helpful tools and a built in server for quick p5js project development to atom.io!
p5js toolbar features a play/stop button to run/stop a localhost server. a new project button to download the latest version of p5js and open it in atom automatically (coming soon). and quick links to common resources.
Task | Command |
---|---|
Open the toolbar: | Control + Option + p |
Run Server: | Control + Option + r |
Stop Server: | Control + Option + s |
Open Reference | Control + Option + ? |
p5js-toolbar supports atom's built in command palette accessibale via Command + Shift + p
. p5js-toolbar's functionality is also accessible via atom's Packages menu
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.