🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest SFML.NET Activity

8Observer8
June 16, 2020 01:23 PM
SFML C# OpenGL. Draw a triangle using shaders

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…

7,825 views
Advertisement
8Observer8
June 16, 2020 12:48 PM
SFML C# .NET Core. Rotating Hello World

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…
7,347 views
Advertisement
Advertisement