a740g / raylib-Nuget

raylib Nuget package
https://www.nuget.org/packages/raylib/
zlib License
8 stars 0 forks source link

Please add linux and macos binaries #2

Open xtofs opened 7 months ago

a740g commented 6 months ago

The raylib NuGet package is designed primarily to be consumed from Visual Studio for Windows. I am not sure how this would be useful on Linux and macOS. I'll check later when I get some time.

In the meantime, you can use the following on Linux and macOS; https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux https://github.com/raysan5/raylib/wiki/Working-on-macOS

xtofs commented 6 months ago

What does it mean that a nuget package is designed to be consumed from Visual Studio (for Windows)? nuget (and msbuild) are cross plattform so that this package can be consumed by dotnet cli. In the same way it can be used by any other tool consuming shared libraries (.so, .dylib, .dll )
if you can explain how the .dll files are added to the staging/lib/x64 and staging/lib/win32 directories I can try to put in the work to add the .so and .dylib in a PR. I assumed this was a fairly mechanical task for the maintainers of this repo.

Are the .dll files somewhat verified so that consumers can assume they are authentic?