Skip to content

DiligentFX: add package #7116

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

Merged
merged 10 commits into from
May 16, 2025
Merged

DiligentFX: add package #7116

merged 10 commits into from
May 16, 2025

Conversation

luadebug
Copy link
Contributor

@luadebug luadebug commented May 13, 2025

Resolves #6622

  • add_config points to static only lib
  • split patchfile into patchfiles
  • limit linux arm64 (usd dep/tbb dep) use newest tbb/usd

@luadebug luadebug changed the title DiligentFX: new port [WIP] DiligentFX: new port May 13, 2025
@luadebug luadebug marked this pull request as draft May 13, 2025 17:27
@luadebug luadebug changed the title [WIP] DiligentFX: new port DiligentFX: new port May 14, 2025
@luadebug luadebug marked this pull request as ready for review May 14, 2025 05:38
@luadebug
Copy link
Contributor Author

How to limit arm64 for linux, I tried linux|!arm* or linux|!arm64 did not work for some reason...

@star-hengxing star-hengxing requested a review from Copilot May 15, 2025 07:53
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements the new port for DiligentFX by updating dependency management, refactoring patch files, and modernizing the CMake configuration.

  • Conditionally updates the USD package’s dependency on TBB based on version
  • Splits the monolithic patch file into several smaller, focused patches
  • Upgrades CMakeLists.txt and related scripts to use pkg-config and updated include paths

Reviewed Changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.

File Description
packages/u/usd/xmake.lua Adds a conditional dependency on TBB for different USD versions
packages/d/diligentfx/xmake.lua Introduces new port settings and resource management for DiligentFX
Various patches in packages/d/diligentfx/patches/v2.5.6/ Refactors include statements and updates build configurations to use modern DiligentCore include paths and pkg-config
CMakeLists.txt and related CMake patches Modernizes the build infrastructure with improved dependency detection and installation rules

@luadebug luadebug changed the title DiligentFX: new port DiligentFX: add package May 15, 2025
@waruqi waruqi merged commit ea50ee9 into xmake-io:dev May 16, 2025
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Diligent Engine library
2 participants