Skip to content

Processing and P5js examples not in line with each other #320

@trikaphundo

Description

@trikaphundo

There are two example pages in the website, Scrollbar and Handles, whose Processing code shown does not match the changes introduced in this PR to the processing-examples repository.

My local copy of Processing's website exhibited the very same problem. The documentation for updating examples or adding examples to the website requires

  1. A copy of the processing-examples main branch be next to the processing-website repo.
  2. From within the root of the processing-website repo, run npm run updateExamples

This script will copy the Processing sketches (.pde files) from processing-examples to their corresponding locations in processing-website; it will actually only update those that already exist in the processing-website repo.
I did this in my computer and the problem is solved: the .pde code shown in the Handles and Scrollbar example pages is the same as the .pde code in the processing-examples repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions