Conversation
This was referenced Sep 5, 2026
Rokk001
force-pushed
the
feature/windows-support
branch
from
September 6, 2026 23:12
2ffa3c1 to
392b264
Compare
This was referenced Sep 6, 2026
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.
Windows x64 builds could fail with current MSVC toolchains, and a compiled executable could fail to start because valid absolute resource paths were treated as relative paths.
Change
Coordination
No matching open issue was found, so this PR does not close one. PRs #21 and #16 contain overlapping portability work, and PR #15 changes the renderer baseline; those overlaps should be reconciled before merge.
Verification
Windows x64 Release and Debug builds passed during development, both reconstructed dependency stacks built successfully in Release, and direct Release startup was confirmed by the user. The scripts reflect the tested dependency layout; standalone packaging and other platforms remain unverified.