Code Monkey home page Code Monkey logo

Comments (2)

doitsujin avatar doitsujin commented on May 21, 2024 2

Thanks again for the input.

  1. It is true that the shader compiler is the elephant in the room here. I'll have to think about what to do with it. Although using wine's DXBC->GLSL without modifications is not an option, it might be possible to use its frontend and implement a SPIR-V backend that takes the Vulkan peculiarities into account - but then again it would be a lot of work, and the front end is probably the least problematic part.
    I'm a bit reluctant to add more third-party dependencies to the project and give up the direct DXBC->SPIR-V translation at the same time, it is the most elegant and potentially the most robust solution since the translation is for the most part rather straight-forward, but it obviously requires a lot work and a lot of testing.

  2. No objections if someone is willing to maintain it, at least when the project has matured. Right now I don't think it's worth the effort as there will be too many potentially breaking changes in short periods of time.

  3. Nice to hear that you actually got it to compile. I'm more than willing to officially support VS2017 and Windows at this point as it can help development (particularly with testing against native Windows Dx11), but I haven't managed to compile it myself yet. Was there anything else you had to set up besides fixing the code?
    As for the dllexport problem, that can be solved by renaming the functions in the code and providing a DEF file to export them with the proper symbol names.

from dxvk.

doitsujin avatar doitsujin commented on May 21, 2024

Closing this to clean up a little. At this point I don't think there is a reason to switch to a different shader compiler. As for Visual Studio and Mac support, feel free to open dedicated issues for those if interested.

from dxvk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.