Created
February 5, 2019 23:16
-
-
Save joeyklee/4a1739e9517e8783954809bbcffbd25f to your computer and use it in GitHub Desktop.
handy p5js tools structured for Nautilist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Handy P5.js Tools" | |
description: "This is a list of handy p5.js Tools ranging from commandline tools, project generators, and web editors." | |
type: "SingleList" | |
features: | |
- url: "https://p5js.org/" | |
name: "p5js website" | |
description: "p5js is a javascript library to make coding more accessible to everyone" | |
- url: "https://editor.p5js.org/" | |
name: "The p5js web editor" | |
description: "A handy web editor for writing code in the browser and seeing your magic come alive" | |
- url: "https://www.npmjs.com/package/p5-manager" | |
name: "P5 Manager commandline tool" | |
description: "Commandline scaffolding tool for generating p5js projects" | |
- url: "http://1023.io/p5-inspector/" | |
name: "P5 playground" | |
description: "A What you see is what you get editor for p5.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment