p5.js-website
p5.js-website copied to clipboard
p5.js website built using Node.js, Grunt, YAML and Assemble
Resolves https://github.com/processing/p5.js-website/issues/289 Turns out it was because it was using `100vw`, which does not subtract the width of the vertical scroll bar, causing a slight overflow the size of the...
When you're at the top of a page, there are horizontal scrollbars. However, they go away when you scroll down a little. This leads me to believe maybe they have...
I can't quite remember if we mention this before but the examples' category title because it seems to be parsed from the folder name, they have not been translated. ![Screenshot...
I just noticed that there is no content for people at the moment. There is only a placeholder example at the moment. Any idea when this content might be ready?...
Prefetch functionality is not working on GH Pages deploys. The requests are returning 301's. I can investigate a little but the default will be to disable since this functionality was...
DESKTOP 1280x800 1. Tutorials main page: https://p5js-wip.online/tutorials/ - [x] Add padding above and below in the header section - applies for all resolutions - [x] In the images preview for...
Chromium browsers do not cache the p5 library used for examples. This is a limitation on the use of [iframes with a srcdoc attribute on Chromium as documented here](https://github.com/w3c/ServiceWorker/issues/765). As...