Web editor for P5.js, modified for workshops at Digital Playground.
Go to file
Cassie Tarakajian 8495a59e36
Development documentation (#705)
* delete unused files, move webpack configs to their own directory

* start of improved developer documentation, moving everything to developer_docs/ directory

* documentation updates
2018-09-26 16:14:06 -04:00
.github Development documentation (#705) 2018-09-26 16:14:06 -04:00
client Merge branch 'master' into production-docker 2018-09-17 14:53:58 -04:00
developer_docs Development documentation (#705) 2018-09-26 16:14:06 -04:00
server Development documentation (#705) 2018-09-26 16:14:06 -04:00
webpack Development documentation (#705) 2018-09-26 16:14:06 -04:00
.babelrc update babel packages 2018-05-08 19:16:04 -07:00
.env.example Development documentation (#705) 2018-09-26 16:14:06 -04:00
.eslintignore Development documentation (#705) 2018-09-26 16:14:06 -04:00
.eslintrc fix many linting errors 2018-05-08 19:16:04 -07:00
.gitignore for simplicity and security, remove redirect to HTTP and keep everything on HTTPS 2018-08-27 14:37:31 -04:00
.travis.yml update before_deploy to remove 'beta' update which didn't work 2018-08-27 18:54:18 -04:00
Dockerfile Development documentation (#705) 2018-09-26 16:14:06 -04:00
LICENSE add license 2017-10-15 22:36:46 -07:00
README.md Development documentation (#705) 2018-09-26 16:14:06 -04:00
deploy.sh add step to deploy to push latest image to kubernetes cluster 2018-08-27 19:08:19 -04:00
docker-compose-development.yml Development documentation (#705) 2018-09-26 16:14:06 -04:00
docker-compose.yml Development documentation (#705) 2018-09-26 16:14:06 -04:00
index.js Development documentation (#705) 2018-09-26 16:14:06 -04:00
kubernetes_app.yml Development documentation (#705) 2018-09-26 16:14:06 -04:00
nodemon.json add nodemon, remove .env from being tracked 2016-06-22 18:48:45 -04:00
package-lock.json fix file uploads by updating mongoose 2018-08-30 21:00:29 -04:00
package.json Development documentation (#705) 2018-09-26 16:14:06 -04:00

README.md

p5.js Web Editor

The p5.js Web Editor is an in-browser code editor for creating p5.js sketches. p5.js, which is a separate project, is a JavaScript library with the goal of making coding accessible for artists, designers, educators, and beginners, and the web editor shares this same spirit. It is designed with the benginner in mind—when using the web editor, you don't need to download or configure anything, you can simply open the website, and start writing code. You can also host their work online and share it with others.

The p5.js Web Editor is currently in active development, and looking for contributions of any type! Please check out the contribution guide for more details.

If you have found a bug in the p5.js Web Editor, you can file it under the "issues" tab.

Issues

Please post bugs and feature requests in the correct repository:

Get Involved

The p5.js Web Editor is a collaborative project created by many individuals, and you are invited to help. All types of involvement are welcome. You can start with the p5.js community section, which also applies to this project.

Developers, check the developer docs details about contributing code, bug fixes, and documentation.