An open API service indexing awesome lists of open source software.

https://github.com/mattdrivendev/monogamemode7

A simple (don't ask about the matrix math!) SNES-style Mode7 camera for a sprite-based MonoGame game.
https://github.com/mattdrivendev/monogamemode7

Last synced: about 1 year ago
JSON representation

A simple (don't ask about the matrix math!) SNES-style Mode7 camera for a sprite-based MonoGame game.

Awesome Lists containing this project

README

          

# MonoGameMode7
A simple (don't ask about the matrix math!) SNES-style Mode7 camera for a sprite-based MonoGame game.

## Movement
Use the arrow keys to move the camera around the map - and the add/subtract keys to zoom in and out.

## More Reading
- [Wikipedia: Mode7](https://en.wikipedia.org/wiki/Mode_7)
- [C# Corner: Game Components Affine and Non-Affine Transforms in Windows Phone 7](https://www.c-sharpcorner.com/uploadfile/8c85cf/game-components-affine-and-non-affine-transforms-in-windows-phone-7/)
- [MonoGame Community Forums: Has anyone seen or done Mode7 with MonoGame?](https://community.monogame.net/t/has-anyone-seen-or-done-mode-7-with-monogame/19244/7)