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

Enable creating "virtual" windows without corresponding OS window #6256

Closed
wants to merge 5 commits into from

Commits on Nov 7, 2022

  1. Enable creating "virtual" windows without corresponding OS window

    Virtual windows will by default not have a surface texture associated to
    them, but implementors can set the texture in `ExtractedWindow`
    manually.
    
    This is intended to be used when embedding games into other appications
    like editors or for running games headless.
    MDeiml committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7a28eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006dd27 View commit details
    Browse the repository at this point in the history
  3. Add example

    MDeiml committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5c03cb9 View commit details
    Browse the repository at this point in the history
  4. Fix doctest

    MDeiml committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ac6fa7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4290e3b View commit details
    Browse the repository at this point in the history