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

Texture loading in egui #1110

Merged
merged 15 commits into from
Jan 15, 2022
Merged

Texture loading in egui #1110

merged 15 commits into from
Jan 15, 2022

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    9f2f65c View commit details
    Browse the repository at this point in the history
  2. Add TextureHandle

    emilk committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ecffe6e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    3c0c1c9 View commit details
    Browse the repository at this point in the history
  2. Port WebGL renderers

    emilk committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    12d8be7 View commit details
    Browse the repository at this point in the history
  3. Port examples and http demo

    emilk committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    58b6ebd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    6556d95 View commit details
    Browse the repository at this point in the history
  2. Add some docstrings

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    8eaa461 View commit details
    Browse the repository at this point in the history
  3. Fix compilation

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    6e3fc49 View commit details
    Browse the repository at this point in the history
  4. Optimize glium painter

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    306078f View commit details
    Browse the repository at this point in the history
  5. Optimize WebGL

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    29a87cf View commit details
    Browse the repository at this point in the history
  6. Update changelogs

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    9dbba90 View commit details
    Browse the repository at this point in the history
  7. Clippy fixes

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    2c9e020 View commit details
    Browse the repository at this point in the history
  8. Improve docstring and examples

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    919b99a View commit details
    Browse the repository at this point in the history
  9. Use RwLock for TextureManager

    emilk committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    29ced72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59ec7bd View commit details
    Browse the repository at this point in the history