Advertisement

Latest .NETCore Activity

khawk
June 17, 2020 06:25 PM
UnrealCLR Released - a C#/.NET Core plugin for UE4

UnrealCLR is a plugin which natively integrates .NET Core host into the Unreal Engine with the Common Language Runtime for direct execution of the managed code through user-driven blueprint pipelines to build a game logic using the full power of .NET facilities with engine API. It is open source an…

11,167 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…
8,268 views
Advertisement
Advertisement
Advertisement