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
- Host: GitHub
- URL: https://github.com/hatninja/playmat
- Owner: hatninja
- Created: 2017-01-03T02:38:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T01:03:04.000Z (about 3 years ago)
- Last Synced: 2025-04-12T08:33:06.118Z (9 months ago)
- Topics: graphics-library, love2d-framework
- Language: Lua
- Size: 14.6 KB
- Stars: 33
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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