1
General / Re: I do not understand how to get SFML.NET working in VS2019 on win10?
« on: April 25, 2020, 04:52:38 am »It's best to start a new .NET Core project
like make a console project?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
It's best to start a new .NET Core project
Don't use static libraries on Linux, it will make things more complicated for you. Static libraries are useful only on Windows, other OSes manage shared libraries really well.