Skip to content

uaineteine/MultiMonitorGame

Repository files navigation

Multi Monitor Game drawing

A game template for MonoGame that allows the window to be set to a monitor index from the constructor

Getting Started

Add project to solution with reference to get started or via NuGet

Use with game class inheritance::
public class Game1 : MMG
{
    public(int monitorIndex) : base(monitorIndex)
    {
        //extra info here
    }
}

This project is packaged with libraries:

  • CoordLibrary [ github | bitbucket ] by UaineTeine - A coordinate library with extra functions
  • ScreenInfo [ github | bitbucket ] by UaineTeine - A C# .NET framework project to get screen information (size and position) based on the monitor index in a Windows environment

Version 1.0.1

See the changelog for details.

Authors

  • Daniel Stamer-Squair - UaineTeine

Copyright © 2020-2021 Daniel Stamer-Squair

Donate

If you like my work and are feeling generous, you can leave me tip on ko-fi. Even the smallest donation is more than welcome and will make my day :)

ko-fi

Alternatively you can become a patron :D

patroen

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A multimonitor game class file for a XNA/MonoGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages