DoctorWhoof / RenderWindow

A Window class for Monkey2 that simplifies some tasks like parallax layers and render to texture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# RenderWindow
A Window class for Monkey2 that simplifies some tasks like parallax layers and render to texture.

Features:
- Simple camera coordinates. Any x and y drawing coordinate becomes a world coordinate.
- Easy to use Parallax
- "World space" mouse coordinates
- Render to texture, allows "pixel perfect" games
- Display debug info on screen with Echo( "info" )

Check the examples folder for a simple test usage.

About

A Window class for Monkey2 that simplifies some tasks like parallax layers and render to texture.