Skip to content

Instantly share code, notes, and snippets.

@harry-cpp
Created April 24, 2019 17:10
Show Gist options
  • Save harry-cpp/a6a1c3f103d0019c803033802882fd2c to your computer and use it in GitHub Desktop.
Save harry-cpp/a6a1c3f103d0019c803033802882fd2c to your computer and use it in GitHub Desktop.
MonoGame inside the Web Browser
# Quck setup guide for MonoGame on Web
# Install the template
dotnet new --install MonoGame.Template.Bridge.CSharp
# Generate the project
dotnet new mgbridge
# Build the project
msbuild
# Launch the project
# open bin/Debug/net47/index.html in Firefox, yes Firefox, Chrome does not support loading content from file://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment