https://github.com/assetripper/assetripper.bindings.dxilspirv
https://github.com/assetripper/assetripper.bindings.dxilspirv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assetripper/assetripper.bindings.dxilspirv
- Owner: AssetRipper
- License: mit
- Created: 2024-12-19T06:21:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-05T16:26:22.000Z (11 months ago)
- Last Synced: 2025-08-05T18:18:48.630Z (11 months ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/AssetRipper.Bindings.DxilSpirV/
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# AssetRipper.Bindings.DxilSpirV
C# bindings for [dxil-spirv](https://github.com/HansKristian-Work/dxil-spirv)
Nightly builds are available on [NuGet](https://www.nuget.org/packages/AssetRipper.Bindings.DxilSpirV/).
## Building
> Note: This is just the highlights.
When pulling, make sure to use `git submodule update --recursive`.
Compiled native binaries should be placed in the `NativeLibaries` directory. This ensures that the native binaries are included in the NuGet package. However, due to limitations in .NET compilation, they will not be copied to other local projects, such as the example project. Those will need to be copied manually.
* `./AssetRipper.Bindings.DxilSpirV/NativeLibraries/win-arm64/native/`
* `./AssetRipper.Bindings.DxilSpirV/NativeLibraries/win-x64/native/`
* `./AssetRipper.Bindings.DxilSpirV/NativeLibraries/linux-arm64/native/`
* `./AssetRipper.Bindings.DxilSpirV/NativeLibraries/linux-x64/native/`
* `./AssetRipper.Bindings.DxilSpirV/NativeLibraries/osx-arm64/native/`
* `./AssetRipper.Bindings.DxilSpirV/NativeLibraries/osx-x64/native/`
## Pull Requests
I ([ds5678](https://github.com/ds5678)) have notifications disabled for this repository because to because I don't wish to receive notifications when automated pull requests are created and merged. For normal pull requests, you should include `@ds5678` in the pull request description. Otherwise, it could be many months before I notice it.