Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[p5.js 2.0] IO refactoring #7365

Merged
merged 26 commits into from
Nov 20, 2024
Merged

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8746f7f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    d6839ee View commit details
    Browse the repository at this point in the history
  2. Rewrite loadXML

    limzykenneth committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    aad74a2 View commit details
    Browse the repository at this point in the history
  3. Rewrite loadTable

    Implementation of p5.Table is very broken and loadTable was also very broken.
    This commit does not fix the implementation fully as it still need to be
    decided whether p5.Table is to be retained.
    
    The fact that no one has noticed p5.Table and loadTable is so broken might
    be a good reason to not retain them as no one is using them.
    limzykenneth committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5d49207 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    b98fa40 View commit details
    Browse the repository at this point in the history
  2. Quick fix to io test

    limzykenneth committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bffbfa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e43f709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c391330 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix some io tests

    limzykenneth committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3ba0be0 View commit details
    Browse the repository at this point in the history
  2. Fix image loading test

    limzykenneth committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    718e463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee0d558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d9a0b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    e625c7c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Promisify loadShader

    limzykenneth committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7f05bed View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Fix loadModel tests

    limzykenneth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    316e67b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    44f04cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb96987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53350cd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    f789d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2750e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fe92ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55efc88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29cf9da View commit details
    Browse the repository at this point in the history
  6. Clean up

    limzykenneth committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    55afdc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    842c5ec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Update documentation

    limzykenneth committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d71c498 View commit details
    Browse the repository at this point in the history