p5.js-website
p5.js-website copied to clipboard
p5.js website built using Node.js, Grunt, YAML and Assemble
Add p5.accessibility in [p5 examples](https://p5js.org/examples/)
Sublime is great, but shouldn't our default example be a FOSS option ? 
When I type into the code on https://p5js.org/examples/input-keyboard.html, the screen moves up and the code is no longer visible.
It seems that a lot of useful real estate is otherwise being wasted in the `/examples/*.html` code editor: (example [link](http://p5js.org/examples/simulate-flocking.html))  It might be useful to display line numbers instead...
hi! working with @guillemontecinos, we are following the steps of the README.md and step 3 mentions creating the version.json file. We are currently just copying and pasting the file version-sample.json...
Add p5.accessibility in the [reference](https://p5js.org/reference/)
(moving over from https://github.com/processing/p5.js/issues/2795, thanks @caswallon! I can't verify this one because I don't have a windows computer... please feel free to close if no longer an issue.) On the...
Add good practices for accessibility in the [Adding Examples](https://github.com/processing/p5.js-website/wiki/Adding-examples)
Would it make sense to transition the new site to a more modern set of tools? Neither grunt nor backbone are actively maintained anymore or in popular use. I worry...
Now that modular build of the library is done when building on the command line (https://github.com/processing/p5.js/pull/2051), will this be the time to look into integrating that into the website itself...