Skip to content

Simple topmost semi-transparent window using MonoGame

License

Notifications You must be signed in to change notification settings

j3soon/OverlayWindow

Repository files navigation

OverlayWindow

Simple topmost semi-transparent window using MonoGame

ChangeLog

How To Use

Add a MonoGame Windows Project, and change the base class of your game from OverlayGame.

public class Game1 : OverlayGame

OverlayGame inherits from Game and it makes the window layered, transparent, top-most and unclickable.

It looks like a semi-transparent sticker on your screen, or even a HUD.

Drawing on the window looks like drawing directly on screen.

Examples

See OverlayWindow.Sample for a fullscreen window that renders MonoGame's logo.

demo

About

Simple topmost semi-transparent window using MonoGame

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages