Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 681 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 681 Bytes

Playmat

Playmat is a graphics library for use with the LÖVE Lua Framework.
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:

PM = require "playmat.lua"

Usage:

For the documentation, check out the Wiki!

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

https://love2d.org/forums/viewtopic.php?f=5&t=83309

Credits

Thank you retrotails for the original shader code!

Hatninja - Author