Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFXBreakdown

MonoGame project with the goal of supporting live VFX breakdowns for the rendering pipeline.

Restore

dotnet restore Platforms/DesktopGL
dotnet restore Platforms/WindowsDX

Run

dotnet run --project Platforms/DesktopGL
dotnet run --project Platforms/WindowsDX

MonoGame Content Pipeline Editor

To run the MonoGame content pipeline editor, you can use the following command:

dotnet mgcb-editor Content/Content.mgcb

Debug

In vscode, you can debug by pressing F5.

Publish

dotnet publish Platforms/DesktopGL -c Release -r win-x64 --output artifacts/windows
dotnet publish Platforms/DesktopGL -c Release -r osx-x64 --output artifacts/osx
dotnet publish Platforms/DesktopGL -c Release -r linux-x64 --output artifacts/linux
dotnet publish Platforms/WindowsDX -c Release -r win-x64 --output artifacts/windowsdx

About

MonoGame project with the goal of supporting live VFX breakdowns for the rendering pipeline.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages