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

Run Bevy in web worker context #8278

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

Commits on Mar 29, 2023

  1. Introduce AbstractWindowHandle enum

    MDeiml authored and haibane-tenshi committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7c31f20 View commit details
    Browse the repository at this point in the history
  2. Add example

    MDeiml authored and haibane-tenshi committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ed98f89 View commit details
    Browse the repository at this point in the history
  3. Implemented support for creating a render surface from canvas or offs…

    …creencanvas elements on the wasm target.
    anlumo authored and haibane-tenshi committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    958b1d9 View commit details
    Browse the repository at this point in the history
  4. Attempt at allowing winit-using code to use a specific HtmlCanvasElem…

    …ent. Doesn't handle OffscreenCanvas properly yet.
    anlumo authored and haibane-tenshi committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0bf959a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    7a7de7c View commit details
    Browse the repository at this point in the history
  2. Make WinitWindows::crate_window panic when trying to create window ba…

    …cked up by OffscreenCanvas.
    haibane-tenshi committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bda7a3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dc71c0 View commit details
    Browse the repository at this point in the history
  4. Re-add non-wasm related imports for bevy_winit::system::create_window…

    … that somehow got lost in refactors
    haibane-tenshi committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    837f870 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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