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

Change emscripten GLFW to use contrib port (GLFW 3.4.0 / Bug fixes) #7520

Closed
wants to merge 10 commits into from

Commits on Apr 21, 2024

  1. use new glfw3 implementation

    - greatly simplify the code in ImGui
    - works correctly (ex: gamepad)
    ypujante committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3bdec0c View commit details
    Browse the repository at this point in the history
  2. use contrib port

    ypujante committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b535c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a3449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36dd4b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a3c07c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd249f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 25, 2024

  1. A few more tweaks

    ypujante committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3790ae9 View commit details
    Browse the repository at this point in the history
  2. implemented logic in CMakeLists.txt

    - automatically detect if contrib port is available and use by default
    - can be turned off
    ypujante committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e017905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a43885f View commit details
    Browse the repository at this point in the history