/tgc-monogame-samples

Samples using MonoGame by TGC.

Primary LanguageC#MIT LicenseMIT

TGC - MonoGame - Samples

.NET BCH compliance Codacy Badge Join our Discord

tgc-screenshot

#BuiltWithMonoGame and .NET Core.

Install

Read more about .NET Core CLI Tools telemetry and Visual Studio Code telemetry are enabled by default.

Setting up your development environment

Outside of Windows you need Wine's help for Effects(HLSL), at least for now.

The assets are stored using Git LFS. Before cloning the repository it is convenient to have this installed so the pull is made automatically. If you already have it you can do git lfs pull.

To run in a terminal

dotnet restore
dotnet build
dotnet run --project TGC.MonoGame.Samples

Known issues

  • Open Asset Import Library with Obj and Dae fails, you have to change it to Fbx importer.

Windows 10