Skip to content

P5.js 1.0.0 is different in different distributions. #5728

Open
@maxgmer

Description

@maxgmer

Most appropriate sub-area of p5.js?

  • Accessibility (Web Accessibility)
  • Build tools and processes
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Friendly error system
  • Image
  • IO (Input/Output)
  • Localization
  • Math
  • Unit Testing
  • Typography
  • Utilities
  • WebGL
  • Other (specify if possible)

p5.js version

1.0.0

Web browser and version

Doesn't matter

Operating System

Doesn't matter

Steps to reproduce this

Steps:

  1. Download p5.js file from 1.0.0 releases. (https://github.com/processing/p5.js/releases?page=2).
  2. Import it into a project.
  3. Try to create p5.Texture (won't be able to do it).
  4. Now import same p5.js 1.0.0 like this: <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>.
  5. Try to create p5.Texture (will be able to do it).

First question: why are p5js of the same version different.
Second question: which one is actually 1.0.0?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions