Latest SFML.NET Activity
We will use OpenTK 4 version because it supports .NET Core.
Install VSCode and .NET Core SDK. Follow the instruction: https://code.visualstudio.com/docs/languages/dotnet
Create and an empty folder (with a name, for example: SfmlNetAndOpenTK4DotNetCore) and go to it:
cd SfmlNetAndOpenTK4DotNetCore
Creat…
Install VSCode and .NET Core SDK. Follow the instruction: https://code.visualstudio.com/docs/languages/dotnet
Create and an empty folder and go to it:
cd RotatingHelloWorldSfmlDotNetCoreCSharp
Create a new console application by executing this command:
dotnet new console
Install SFML.NET:
dotnet add pack…
Advertisement
Advertisement
Advertisement