Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josefnpat/safeword
An overscan detection library for LÖVE
https://github.com/josefnpat/safeword
Last synced: 3 days ago
JSON representation
An overscan detection library for LÖVE
- Host: GitHub
- URL: https://github.com/josefnpat/safeword
- Owner: josefnpat
- Created: 2014-12-01T02:01:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T11:57:22.000Z (about 9 years ago)
- Last Synced: 2024-08-02T06:21:04.927Z (3 months ago)
- Language: Lua
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-love2d - SafeWord - An overscan detection library for LÖVE. (UI)
README
#SafeWord
SafeWord is an overscan detection library for LÖVE.
This library helps developers detect when vital elements of the UI exist in
that may not actually render on televisions.##Documentation
Please visit [josefnpat.github.io/safeword](http://josefnpat.github.io/safeword/).
To build documentation from source, use [LDoc](http://stevedonovan.github.io/ldoc/).
##Example Usage
Please see `main.lua` and `conf.lua` for example usage.
Optionally, to draw a screenshot, save an image to `example.png`.