p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

p5.js website built using Node.js, Grunt, YAML and Assemble

Results 336 p5.js-website issues
Sort by recently updated
recently updated
newest added

Add p5.accessibility in [p5 examples](https://p5js.org/examples/)

Question

Sublime is great, but shouldn't our default example be a FOSS option ? ![image](https://user-images.githubusercontent.com/737638/41130523-bcfa0b4a-6ae9-11e8-8556-ddb5e253b401.png)

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)) ![image](https://user-images.githubusercontent.com/6308683/54532606-2414f080-49ae-11e9-9e8b-dc72426c6a52.png) 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/)

Question

(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...