Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LukeZGD/LOVE-WrapLua
A small and simple LOVE2D wrapper for OneLua, lpp-vita, and Lua Player PS3
https://github.com/LukeZGD/LOVE-WrapLua
Last synced: 3 days ago
JSON representation
A small and simple LOVE2D wrapper for OneLua, lpp-vita, and Lua Player PS3
- Host: GitHub
- URL: https://github.com/LukeZGD/LOVE-WrapLua
- Owner: LukeZGD
- License: mit
- Archived: true
- Created: 2018-09-15T05:34:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T05:25:52.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:19:32.874Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 7.91 MB
- Stars: 37
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-love2d - LOVE-WrapLua - A small and simple wrapper for OneLua, lpp-vita, and Lua Player PS3. (Platforms)
README
# LOVE-WrapLua
A small and simple LOVE2D wrapper for OneLua, lpp-vita, and Lua Player PS3
You can use this to make LOVE2D stuff for a PSP, PS Vita, and/or PS3! As an example, this is used on [DDLC-LOVE](https://github.com/LukeZGD/DDLC-LOVE/)
This is made just for fun and will only have the basic stuff.
- See `Implemented.md` for the list of implemented stuff
- `script.lua` is the main file for LOVE-WrapLua (required)
- `index.lua` is for lpp-vita to run `script.lua` (required for lpp-vita only)
- `app.lua` is for Lua Player PS3 to run `script.lua` (required for Lua Player PS3 only)
- `lv1luaconf` in `conf.lua` is to set up some settings for key configuration `keyconf`, resolution scale `resscale`, and image scale `imgscale`. This is optional; See `script.lua` for the default values