Any news here?
Hi, I was trying to implement Vulkan support but at the moment mono SharpVulkan is not complete, do you plan to proceed with binding? Can you release the binding generation tool?
Hi! I'm using them to port a render to Vulkan right now. Once that's more stable, I'll give the bindings themselves some love, including platform support. Hopefully soon!
Just a quick question. Do you have a working "Hello Triangle" program (or something else that is fairly simple) that uses these bindings?
@stefnotch I added a minimal triangle sample. It might still change quite a bit.
Are those lines needed:
using SharpDX; using SharpDX.Text; using SharpDX.Windows;
(I am guessing that they are used for the window)
So, should I download SharpDX as well?
Yes, that's used for windowing and I'll remove it eventually. It should get installed automatically via Nuget.
Here are some instructions (from MSDN, shortened and modified) that you may want to include:
How to add SharpVulkan to your project
- In the Solution Explorer, select your project's solution.
- Right-click, choose Add, and then choose Existing Project.
- Choose SharpVulkan.csproj (in Source/SharpVulkan)
- In the Solution Explorer, select your project. (Not the solution)
- Right-click, choose Add, and then choose Reference.
- Choose SharpVulkan
(Or is adding a .dll a better idea?)