jpbruyere / vke.net

Vulkan .net library
MIT License
13 stars 3 forks source link

GLFW DLL not load #5

Closed NayGames closed 4 years ago

NayGames commented 4 years ago

I try to use vke.net. I added vke.net with NuGet and I used your sample code ClearScreen but when I launched I get System.DIINotFound Exception the program cannot load DLL 'glfw3' ?

jpbruyere commented 4 years ago

What's your platform? windows 10? have you installed glfw3?

jpbruyere commented 4 years ago

I've update vke to 0.1.21-beta, maybe it will solve the problem with the new glfw-sharp.

NayGames commented 4 years ago

Thanks you with 0.1.21-beta I don't have the error. Thanks you. Is it possible to talk with about wrapper in C# with C++ libs ?

jpbruyere commented 4 years ago

I'm not sure to understand your question, I guess you ask for C++ wrapper for dotnet. It's possible, but it's less straightforward than accessing pure c code. Have a look here for more infos. I think I can close this issue. Don't hesitate to ask for further informations on vke, it's not yet documented, and new testers questions will give me hints to start documenting.