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

Make egui_glow painter to work on web #868

Merged
merged 30 commits into from
Nov 3, 2021
Merged

Make egui_glow painter to work on web #868

merged 30 commits into from
Nov 3, 2021

Commits on Nov 1, 2021

  1. glow painter webgl support.

    egui_web add `use_glow_painter` feature.
    egui_glow add `painter_only` feature.
    KentaTheBugMaker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    61cc0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa22f04 View commit details
    Browse the repository at this point in the history
  3. some clippy fix

    KentaTheBugMaker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    33648f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3296e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    eaf58a0 View commit details
    Browse the repository at this point in the history
  2. clippy fix for web

    KentaTheBugMaker committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4eb841e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d71656e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3b4120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1887768 View commit details
    Browse the repository at this point in the history
  6. almost fixed issue

    KentaTheBugMaker committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    901cfa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bd0d5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88027b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb42a66 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51981c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18b05b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update egui_web/CHANGELOG.md

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    dd2f8a6 View commit details
    Browse the repository at this point in the history
  2. Update egui_glow/src/painter.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a4d7146 View commit details
    Browse the repository at this point in the history
  3. Update egui_glow/CHANGELOG.md

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    09c32b6 View commit details
    Browse the repository at this point in the history
  4. Update egui_glow/src/painter.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a47e7e5 View commit details
    Browse the repository at this point in the history
  5. Update egui_glow/examples/pure_glow.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ff25929 View commit details
    Browse the repository at this point in the history
  6. Update egui_glow/src/painter.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    22245be View commit details
    Browse the repository at this point in the history
  7. Update egui_glow/src/painter.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    KentaTheBugMaker and emilk authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    dc72728 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e95ecb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7faa359 View commit details
    Browse the repository at this point in the history
  10. merge upstream

    KentaTheBugMaker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7ac5c6a View commit details
    Browse the repository at this point in the history
  11. merge upstream

    KentaTheBugMaker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a9c8b26 View commit details
    Browse the repository at this point in the history
  12. workaround for cargo check --all-target --all-feature

    glow does not provide dummy from_webgl_context for native
    KentaTheBugMaker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    efcadb5 View commit details
    Browse the repository at this point in the history
  13. fix docstring

    KentaTheBugMaker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    58ab9e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c496e92 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    385c1fb View commit details
    Browse the repository at this point in the history