gongminmin / Dilithium

Dilithium is a bidirectional shader converter for converting between DXIL and SPIR-V.
MIT License
166 stars 13 forks source link

Build failure - missing file Dilithium/BitStreamReader.hpp #7

Closed dnovillo closed 3 years ago

dnovillo commented 3 years ago

@gongminmin I've started testing Dilithium on Linux. We are interested in exploring DXIL<->SPIRV conversion and would likely contribute in the future.

I'm finding several build errors (the code seems quite out-of-date). One of them is a missing header file fatal error: 'Dilithium/BitStreamReader.hpp' file not found.

At a higher level, I'm wondering whether you have a plan for missing features and an idea of how much more would be needed to get at least the DXIL -> SPIRV part going.

Thanks! Diego.

gongminmin commented 3 years ago

This project is actually suspended. I haven't work on it for years. During my investigation of DXIL to SPIRV, I found a lot of missing pieces. So later on I moved forward to https://github.com/Microsoft/ShaderConductor.

dnovillo commented 3 years ago

Thanks for the update!