wernsey / mode7

Mode7-style graphics demo for SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mode 7

Mode7-style graphics demo for SDL

sample

Compiling

It has only been tested under Windows with the MinGW tools. The Makefile builds it for Windows with SDL 2. Makefile.gdi builds it for Windows using GDI - that is, without any third-party dependencies.

References

The math is all derived from Jasper "cearn" Vijn's TONC book on Gameboy Advanced programming; Chapter 21 has the description of all the relevant algorithms.

The demo uses my own bitmap module.

About

Mode7-style graphics demo for SDL

License:MIT License


Languages

Language:C 98.0%Language:C++ 1.6%Language:Makefile 0.4%