Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 290 Bytes

File metadata and controls

15 lines (8 loc) · 290 Bytes

Simple triangle

Simple D3D11 rendered triangle with SharpDX in a WinForms app running on .NET Core 3.0.

First install .NET Core 3.0 from https://github.com/dotnet/core-sdk.

Secondly clone this repo and change to the cloned directory.

Run:

dotnet restore

And then

dotnet run