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

Add Extended Examples #3885

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    a157419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    594f3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68b2e68 View commit details
    Browse the repository at this point in the history
  4. Apply suggestion to fix typos.

    Co-authored-by: Alphyr <[email protected]>
    JustAnotherCodemonkey and a1phyr authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f750f86 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Add storage-texture example which currently works native but needs to…

    … be changed to work for wasm. [no ci]
    JustAnotherCodemonkey committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e87dccd View commit details
    Browse the repository at this point in the history
  2. Merge typo fixing from remote.

    Merge branch 'JustAnotherCodemonkey/add-examples' of github.com:JustAnotherCodemonkey/wgpu into JustAnotherCodemonkey/add-examples
    JustAnotherCodemonkey committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4065a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4182531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e1f203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a27a574 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c8ba56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    049d516 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76a7baa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    5ab1d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baf94b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44840e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    849dcac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96054a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0185200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45e9664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dca6a19 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

  1. Add hello-synchronization example. Currently doesn't have any tests b…

    …ut those should be added later.
    JustAnotherCodemonkey committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c7ccebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef67cc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    337afff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e972ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24fee15 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    f246ac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a0b591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd8e239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4258690 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6945d99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    530eb50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5deb26f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5de6a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0448e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    98ecd7f View commit details
    Browse the repository at this point in the history
  2. Make the window on uniform-values not endlessly poll, taking up 100% …

    …of the main thread in background at idle. Also, change layout a little and make native use nanos by default for logging.
    JustAnotherCodemonkey committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    abb0bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    8b55b05 View commit details
    Browse the repository at this point in the history
  2. Didn't realize the naming of wgpu_example::framework so I moved my co…

    …mmon example utility functions into wgpu_example::utils.
    JustAnotherCodemonkey committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a9e90c6 View commit details
    Browse the repository at this point in the history
  3. Add add_web_nothing_to_see_msg function to replace all the instances …

    …of adding "open the console" messages across the examples.
    JustAnotherCodemonkey committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6e12498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe49dc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d87cc1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d4c952 View commit details
    Browse the repository at this point in the history
  7. Remove redundant append_child'ing of the output image element in wgpu…

    …-example::utils::output_image_wasm.
    JustAnotherCodemonkey committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5eaa9e7 View commit details
    Browse the repository at this point in the history
  8. Fix error regarding log message for having written the image in wgpu-…

    …example::utils::output_image_native.
    JustAnotherCodemonkey committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    03bad9d View commit details
    Browse the repository at this point in the history
  9. Fmt.

    JustAnotherCodemonkey committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d71628d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    ea00169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    773c433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8737cbe View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Updated table in examples/README.md with new examples. Added new feat…

    …ures to the table to accurately represent the examples.\n\nFor the new features, not all old examples may be fully represented.
    JustAnotherCodemonkey committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    83a3c8e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 10, 2023

  1. Update examples/README.md to include basic descriptions of the basic …

    …examples as well as hints on how examples build off of each other.
    JustAnotherCodemonkey committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    54656c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    1a14e66 View commit details
    Browse the repository at this point in the history
  2. Change the method of vertex generation in the shader code of render-t…

    …o-texture to make it more clear.
    JustAnotherCodemonkey committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    abdb200 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

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

Commits on Sep 24, 2023

  1. Update message in uniform-values/main.rs about writing the app state …

    …struct to the input WGSL buffer.
    JustAnotherCodemonkey committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    291f11c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add notice in repeated-compute/main.rs about why async channels are n…

    …ecessary (portability to WASM).
    JustAnotherCodemonkey committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f2d89c8 View commit details
    Browse the repository at this point in the history
  2. Revise comment in uniform-values/main.rs about why we don't cast the …

    …struct using POD to be more clear.
    JustAnotherCodemonkey committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0a1f2eb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 7, 2023

  1. Merge trunk.

    JustAnotherCodemonkey committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    f436d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6ff78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f03748d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    373ab65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3126657 View commit details
    Browse the repository at this point in the history