Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

LovePSP: Difference between revisions

From GameBrew
(Created page with "{{Infobox PSP Homebrews |title=LovePSP |image=lovepsp2.png |description=LOVE (love2d) port for PlayStation Portable. |author=Andrew Rublyov (AnRu) |lastupdated=2016/08/08 |typ...")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
|version=2016
|version=2016
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/psphomebrew/lovepsp.7z
|download=https://dlhb.gamebrew.org/psphomebrew/lovepsp.zip
|website=https://love2d.org/forums/viewtopic.php?t=76405
|website=https://love2d.org/forums/viewtopic.php?t=76405
|source=https://github.com/slemonide/lovepsp
|source=https://github.com/slemonide/lovepsp
}}
}}
LOVE port for PlayStation Portable.
LOVE port for PlayStation Portable. The top level engine uses PGE (Phoenix Game Engine) for doing all stuff, so LovePSP is a bridge, that converts Love2d API into PGE.


Note that this project had been written for 0.8.0 version in mind, so it needs to be updated a lot.
'''Note:''' This project had been written for 0.8.0 version in mind, the code is very unstable and can throw errors.  


==User guide==
==User guide==
The top level engine uses PGE (Phoenix Game Engine) for doing all stuff, so LovePSP is a bridge, that converts Love2d API into PGE.
Samples with all features of PGE can be found inside samples folder.  


Samples with all features of PGE can be found inside samples folder.
To use, rename script.lua to another name, like _script.lua (actually, this file is entry point for example project of PGE so do not delete it).


By now code is very instable and can throw errors because this is version from time when LovePSP had been ported from LuaPlayer to PGE.
Then rename love.lua to script.lua to make it entry file.
 
===How to use===
Rename script.lua to another name, like _script.lua (actually, this file is entry point for example project of PGE so do not delete it).
 
Rename love.lua to script.lua to make it entry file.


Place LovePSP inside PSP/GAME folder of your PSP.
Place LovePSP inside PSP/GAME folder of your PSP.
Line 36: Line 31:
* GitHub - https://github.com/slemonide/lovepsp
* GitHub - https://github.com/slemonide/lovepsp


[[Category:PSP homebrew games]]
[[Category:Lua games on PSP]]
[[Category:Homebrew game engines on PSP]]

Latest revision as of 06:33, 24 October 2024

LovePSP
Lovepsp2.png
General
AuthorAndrew Rublyov (AnRu)
TypeGame Engine
Version2016
LicenseMixed
Last Updated2016/08/08
Links
Download
Website
Source

LOVE port for PlayStation Portable. The top level engine uses PGE (Phoenix Game Engine) for doing all stuff, so LovePSP is a bridge, that converts Love2d API into PGE.

Note: This project had been written for 0.8.0 version in mind, the code is very unstable and can throw errors.

User guide

Samples with all features of PGE can be found inside samples folder.

To use, rename script.lua to another name, like _script.lua (actually, this file is entry point for example project of PGE so do not delete it).

Then rename love.lua to script.lua to make it entry file.

Place LovePSP inside PSP/GAME folder of your PSP.

Run it from PSP menu (note that you need to have CFW insalled to run homebrew).

External links

Advertising: