Created
April 24, 2019 17:10
-
-
Save harry-cpp/a6a1c3f103d0019c803033802882fd2c to your computer and use it in GitHub Desktop.
MonoGame inside the Web Browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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