[imgui] create with v1.92.5, add webgpu-binding (dawn)#489
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Pull Request
This PR adds a new port for
imgui(v1.92.5) and introduces awebgpu-bindingfeature that depends ondawn.Summary
webgpu-binding(depends ondawn)What I tested locally
vcpkg install --overlay-ports "./ports" imgui— succeeded forx64-windows.vcpkg install --overlay-ports "./ports" "imgui[webgpu-binding]:wasm32-emscripten"— succeeded (Emscripten/dawn built and produced JS glue inshare/dawn/src).Both installs used workspace-local
buildtrees/,packages/, andinstalled/roots.CI status
unknownor showfailurein current runs — please inspect CI logs for platform-specific issues.Notes and recommendations
webgpu-bindingaddsdawnwhich pulls multiple dependencies; expect longer build times on first run. Binary caching is recommended for CI.wasm32-emscripten) fromC:\vcpkg\triplets\community\wasm32-emscripten.cmake. Consider adding a stable localtriplets/wasm32-emscripten.cmaketo the repo for reproducible CI.versions/baseline is updated if you intend to publish this port.Checklist (local verification)
--overlay-ports) onx64-windows.webgpu-bindingonwasm32-emscripten.share/imgui/(installed — please verify contents).vcpkg format-manifest --all).For reviewers: check
share/imgui/*.cmake, exported targets, and feature behavior on target platforms. If you want, I can run/review-portchecks next and add suggested edits to the portfiles.