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

https://github.com/hatninja/playmat

Mode7-style Graphics Library for the LÖVE framework
https://github.com/hatninja/playmat

graphics-library love2d-framework

Last synced: 6 months ago
JSON representation

Mode7-style Graphics Library for the LÖVE framework

Awesome Lists containing this project

README

          

# Playmat

Playmat is a graphics library for use with the [LÖVE Lua Framework](https://love2d.org/).
It allows you to use the popular SNES Mode 7 effect used in games such as Super Mario Kart or F-Zero!

**Features**
+ Easy to set-up!
+ Fast performance.
+ Ready sprite system!

To install it, just copy the `playmat.lua` file to your project and add this to your code:
```lua
PM = require "playmat.lua"
```

### Usage:
For the documentation, check out the [Wiki](/wiki)!

For the playmat demo and more examples, check out the forum post:

### Credits

Thank you retrotails for the original shader code!

Hatninja - Author