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

Implementation of temp:// Asset Source #13406

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    516f5e6 View commit details
    Browse the repository at this point in the history
  2. Prefix temp:// Directory with "bevy"

    To aid with discoverability of the temp folder. Note that the directory is explicitly _not_ logged (e.g., `trace!`) to avoid logging sensitive data (e.g., user names)
    
    Co-Authored-By: Ricky Taylor <262786+ricky26@users.noreply.github.com>
    bushrat011899 and ricky26 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    63a50dd View commit details
    Browse the repository at this point in the history
  3. Published TempDirectory Resrouce

    Allows configuration of the temp directory after startup, and the retrieval of the `Path` for 3rd party use.
    bushrat011899 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c47df24 View commit details
    Browse the repository at this point in the history
  4. WIP: WASM Support

    Initial support for WASM `temp://` using OPFS.
    bushrat011899 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4a6b538 View commit details
    Browse the repository at this point in the history
  5. WIP: Refactored opfs Module

    Split out certain utility methods which are more general WASM items.
    bushrat011899 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    98b21d5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Updates to opfs based on feedback

    Co-Authored-By: Ricky Taylor <262786+ricky26@users.noreply.github.com>
    bushrat011899 and ricky26 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1aaa4d8 View commit details
    Browse the repository at this point in the history