-
Notifications
You must be signed in to change notification settings - Fork 920
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
Add Extended Examples #3885
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a157419 - Browse repository at this point
Copy the full SHA a157419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594f3b8 - Browse repository at this point
Copy the full SHA 594f3b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b2e68 - Browse repository at this point
Copy the full SHA 68b2e68View commit details -
Apply suggestion to fix typos.
Co-authored-by: Alphyr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f750f86 - Browse repository at this point
Copy the full SHA f750f86View commit details
Commits on Jun 25, 2023
-
Add storage-texture example which currently works native but needs to…
… be changed to work for wasm. [no ci]
Configuration menu - View commit details
-
Copy full SHA for e87dccd - Browse repository at this point
Copy the full SHA e87dccdView commit details -
Merge typo fixing from remote.
Merge branch 'JustAnotherCodemonkey/add-examples' of github.com:JustAnotherCodemonkey/wgpu into JustAnotherCodemonkey/add-examples
Configuration menu - View commit details
-
Copy full SHA for 4065a6c - Browse repository at this point
Copy the full SHA 4065a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4182531 - Browse repository at this point
Copy the full SHA 4182531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1f203 - Browse repository at this point
Copy the full SHA 8e1f203View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27a574 - Browse repository at this point
Copy the full SHA a27a574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8ba56 - Browse repository at this point
Copy the full SHA 3c8ba56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049d516 - Browse repository at this point
Copy the full SHA 049d516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a7baa - Browse repository at this point
Copy the full SHA 76a7baaView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ab1d4d - Browse repository at this point
Copy the full SHA 5ab1d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for baf94b3 - Browse repository at this point
Copy the full SHA baf94b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44840e4 - Browse repository at this point
Copy the full SHA 44840e4View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 849dcac - Browse repository at this point
Copy the full SHA 849dcacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96054a8 - Browse repository at this point
Copy the full SHA 96054a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0185200 - Browse repository at this point
Copy the full SHA 0185200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e9664 - Browse repository at this point
Copy the full SHA 45e9664View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca6a19 - Browse repository at this point
Copy the full SHA dca6a19View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a15fc4a - Browse repository at this point
Copy the full SHA a15fc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbd6ef - Browse repository at this point
Copy the full SHA 2cbd6efView commit details
Commits on Jun 30, 2023
-
Add hello-synchronization example. Currently doesn't have any tests b…
…ut those should be added later.
Configuration menu - View commit details
-
Copy full SHA for c7ccebc - Browse repository at this point
Copy the full SHA c7ccebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef67cc - Browse repository at this point
Copy the full SHA 2ef67ccView commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 337afff - Browse repository at this point
Copy the full SHA 337afffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e972ec - Browse repository at this point
Copy the full SHA 9e972ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24fee15 - Browse repository at this point
Copy the full SHA 24fee15View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a34a8d - Browse repository at this point
Copy the full SHA 2a34a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21cca8 - Browse repository at this point
Copy the full SHA a21cca8View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f246ac5 - Browse repository at this point
Copy the full SHA f246ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0b591 - Browse repository at this point
Copy the full SHA 5a0b591View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd8e239 - Browse repository at this point
Copy the full SHA bd8e239View commit details -
Use idiomatic Rust comments, break up big text wall into paragraphs, …
…and fix some spelling errors.
Configuration menu - View commit details
-
Copy full SHA for 4258690 - Browse repository at this point
Copy the full SHA 4258690View commit details -
Move output image functions into examples/common and give output_imag…
…e_wasm some upgrades.
Configuration menu - View commit details
-
Copy full SHA for 6945d99 - Browse repository at this point
Copy the full SHA 6945d99View commit details -
Modify changelog for moving output_image_native and output_image_wasm…
… into wgpu-example.
Configuration menu - View commit details
-
Copy full SHA for 530eb50 - Browse repository at this point
Copy the full SHA 530eb50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deb26f - Browse repository at this point
Copy the full SHA 5deb26fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5de6a1 - Browse repository at this point
Copy the full SHA b5de6a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0448e7 - Browse repository at this point
Copy the full SHA d0448e7View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98ecd7f - Browse repository at this point
Copy the full SHA 98ecd7fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for abb0bd1 - Browse repository at this point
Copy the full SHA abb0bd1View commit details
Commits on Sep 3, 2023
-
Make execute in hello-synchronization return a struct of vecs instead…
… of using out parameters.
Configuration menu - View commit details
-
Copy full SHA for 8b55b05 - Browse repository at this point
Copy the full SHA 8b55b05View commit details -
Didn't realize the naming of wgpu_example::framework so I moved my co…
…mmon example utility functions into wgpu_example::utils.
Configuration menu - View commit details
-
Copy full SHA for a9e90c6 - Browse repository at this point
Copy the full SHA a9e90c6View commit details -
Add add_web_nothing_to_see_msg function to replace all the instances …
…of adding "open the console" messages across the examples.
Configuration menu - View commit details
-
Copy full SHA for 6e12498 - Browse repository at this point
Copy the full SHA 6e12498View commit details -
Add small documentation to add_web_nothing_to_see_msg and change it t…
…o use h1 instead of p.
Configuration menu - View commit details
-
Copy full SHA for fe49dc7 - Browse repository at this point
Copy the full SHA fe49dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87cc1a - Browse repository at this point
Copy the full SHA d87cc1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4c952 - Browse repository at this point
Copy the full SHA 7d4c952View commit details -
Remove redundant append_child'ing of the output image element in wgpu…
…-example::utils::output_image_wasm.
Configuration menu - View commit details
-
Copy full SHA for 5eaa9e7 - Browse repository at this point
Copy the full SHA 5eaa9e7View commit details -
Fix error regarding log message for having written the image in wgpu-…
…example::utils::output_image_native.
Configuration menu - View commit details
-
Copy full SHA for 03bad9d - Browse repository at this point
Copy the full SHA 03bad9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d71628d - Browse repository at this point
Copy the full SHA d71628dView commit details
Commits on Sep 4, 2023
-
In examples/README.md, re-arrange the examples in the graph to be in …
…alphabetical order.
Configuration menu - View commit details
-
Copy full SHA for ea00169 - Browse repository at this point
Copy the full SHA ea00169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773c433 - Browse repository at this point
Copy the full SHA 773c433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8737cbe - Browse repository at this point
Copy the full SHA 8737cbeView commit details
Commits on Sep 6, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 83a3c8e - Browse repository at this point
Copy the full SHA 83a3c8eView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06a7113 - Browse repository at this point
Copy the full SHA 06a7113View commit details
Commits on Sep 10, 2023
-
Update examples/README.md to include basic descriptions of the basic …
…examples as well as hints on how examples build off of each other.
Configuration menu - View commit details
-
Copy full SHA for 54656c5 - Browse repository at this point
Copy the full SHA 54656c5View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b037cbf - Browse repository at this point
Copy the full SHA b037cbfView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a14e66 - Browse repository at this point
Copy the full SHA 1a14e66View commit details -
Change the method of vertex generation in the shader code of render-t…
…o-texture to make it more clear.
Configuration menu - View commit details
-
Copy full SHA for abdb200 - Browse repository at this point
Copy the full SHA abdb200View commit details
Commits on Sep 23, 2023
-
Modify/correct message in repeated-compute/main.rs regarding the outp…
…ut staging buffer.
Configuration menu - View commit details
-
Copy full SHA for ffd1525 - Browse repository at this point
Copy the full SHA ffd1525View commit details
Commits on Sep 24, 2023
-
Update message in uniform-values/main.rs about writing the app state …
…struct to the input WGSL buffer.
Configuration menu - View commit details
-
Copy full SHA for 291f11c - Browse repository at this point
Copy the full SHA 291f11cView commit details
Commits on Sep 25, 2023
-
Add notice in repeated-compute/main.rs about why async channels are n…
…ecessary (portability to WASM).
Configuration menu - View commit details
-
Copy full SHA for f2d89c8 - Browse repository at this point
Copy the full SHA f2d89c8View commit details -
Revise comment in uniform-values/main.rs about why we don't cast the …
…struct using POD to be more clear.
Configuration menu - View commit details
-
Copy full SHA for 0a1f2eb - Browse repository at this point
Copy the full SHA 0a1f2ebView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5e95f5 - Browse repository at this point
Copy the full SHA c5e95f5View commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f436d21 - Browse repository at this point
Copy the full SHA f436d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6ff78 - Browse repository at this point
Copy the full SHA 2c6ff78View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03748d - Browse repository at this point
Copy the full SHA f03748dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 373ab65 - Browse repository at this point
Copy the full SHA 373ab65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3126657 - Browse repository at this point
Copy the full SHA 3126657View commit details