Skip to content

AristurtleDev/MonoGame.Avalonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MonoGame Avalonia Example

Usage

  1. Add reference to MonoGame.Avalonia project
  2. Add Game Property to ViewModel with new instance of game to run
  3. Add MonoGameControl to view
<monoGame:MonoGameControl 
	Game="{Binding Game}"
	BackBufferWidth="1920"
	BackBufferHeight="1080"
	IsPaused="False"/>

See Examples in MonoGame.Avalonia.Example.Desktop and MonoGame.Avalonia.Example.Desktop.Desktop projects

License

  • NeonShooter is licensed under the Microsoft Public License (Ms-PL). You can find the license text for this in the /source/NeonShooter/LICENSE.TXT file.
  • MonoGame.Avalonia is licensed under the MIT license. You can find the license text in the LICENSE.

About

Example of embeding monogame in avalonia

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published