Pencil.Gaming
Pencil.Gaming copied to clipboard
.net core support / Linux
Using Rider on Ubuntu 18.04 trying to develop a .Net core program, I added the Nuget "Pencil.glfw3 1.0.7" package, but the program fails to run with this error message: "Unable to load DLL 'natives/glfw.dll'. I would assume it would simply link against the shared libglfw.so.3, but it doesn't seem like it. Is there a way around this? I'm not aware of a dll redirection method like with Mono's .config file. Btw, the same code works fine on Windows.