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

Refactor wgpu.gui for scheduling #618

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

Refactor wgpu.gui for scheduling #618

wants to merge 51 commits into from

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    b45f41b View commit details
    Browse the repository at this point in the history
  2. add events enum

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0be2d24 View commit details
    Browse the repository at this point in the history
  3. cleanup / lint

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7d19522 View commit details
    Browse the repository at this point in the history
  4. cleanup

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    798a9d1 View commit details
    Browse the repository at this point in the history
  5. More cleaning

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9ee8cf1 View commit details
    Browse the repository at this point in the history
  6. fix canvas cleanup

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    baf4785 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2d3d926 View commit details
    Browse the repository at this point in the history
  8. Implement offscreen

    almarklein committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fad1f68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed6f81b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebf3286 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    0dc5764 View commit details
    Browse the repository at this point in the history
  2. work

    almarklein committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bcce81a View commit details
    Browse the repository at this point in the history
  3. test event merging

    almarklein committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dfed135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69cb310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77b7b68 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Use a timer

    almarklein committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8ca7800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a29bd View commit details
    Browse the repository at this point in the history
  3. little cleanup

    almarklein committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f483e71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0f5d5f View commit details
    Browse the repository at this point in the history
  5. Update offscreen.py

    almarklein committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6e16339 View commit details
    Browse the repository at this point in the history
  6. Add threading example

    almarklein committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6e713ff View commit details
    Browse the repository at this point in the history
  7. fix

    almarklein committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e751438 View commit details
    Browse the repository at this point in the history
  8. fix more

    almarklein committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    19fce16 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    7c738b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0b0be View commit details
    Browse the repository at this point in the history
  3. enum for update modes

    almarklein committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    85d6a27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d198955 View commit details
    Browse the repository at this point in the history
  5. forgot to add new test

    almarklein committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    23e1a62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e9b483 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Improvements

    almarklein committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    42ae8b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f6f89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4493b49 View commit details
    Browse the repository at this point in the history
  4. tweak example and ruff

    almarklein committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1a17427 View commit details
    Browse the repository at this point in the history
  5. Fix jupyter

    almarklein committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2e0a206 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7e32df View commit details
    Browse the repository at this point in the history
  7. Fix for glfw on linux

    almarklein committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    31cf8d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8463a54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7b024c View commit details
    Browse the repository at this point in the history
  10. Add comment

    almarklein committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fe9f63e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 28, 2024

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

    almarklein committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f13250f View commit details
    Browse the repository at this point in the history
  3. update tests

    almarklein committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d053bc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dcc589 View commit details
    Browse the repository at this point in the history
  5. fix test

    almarklein committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d209a53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3de43de View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    3fab756 View commit details
    Browse the repository at this point in the history
  2. better

    almarklein committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3d22fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc05ed7 View commit details
    Browse the repository at this point in the history