SFML community forums

Bindings - other languages => General => Topic started by: Tigrou on February 17, 2017, 02:48:56 pm

Title: Which SFML package to install from NuGet ?
Post by: Tigrou on February 17, 2017, 02:48:56 pm
When I search "SFML" on NuGet I got the following packages :

- "SFML.Net" (2.1.5) By Laurent G

However there is also the following ones :

sfml-system
sfml-window
sfml-graphics
sfml-audio
sfml-network

They are also by Laurent G. but version is 2.4.0

Should I install "SFML.Net" package (which is outdated) or the individual (more recent) packages (only the one I need) ?
If it's better to install the individual packages, what is the purpose of "SFML.Net" package ?

Title: Which SFML package to install from NuGet ?
Post by: eXpl0it3r on February 18, 2017, 03:18:15 pm
We're not the maintainers of the NuGet packages, you might want to find out who it is and message them. ;)
Title: Re: Which SFML package to install from NuGet ?
Post by: Tigrou on February 27, 2017, 01:17:19 am
I found the answer :
- "SFML.Net" package => this is for C# / .NET
- the other packages (sfml-system, sfml-window, ...) => C++.