Page 1 sur 1

Luaplayer PS3 Beta 1.0

MessagePosté: Ven 17 Déc 2010 12:26
par salahpayne
Image
Développé par jonlimle Luaplayer PS3 est un utilitaire pc , destiné aux personnes qui veulent faire des homebrew sans grande connaissance des langages de programmation .

[BBvideo 400,300]https://www.youtube.com/watch?v=DNj_QZPdorI&feature=player_embedded[/BBvideo]

Télécharger
Téléchargement


Current Features
-Texture loading (currently only supports BMP)
-Onscreen text rendering
-Controls (including sixaxis and joysticks)
-Screenshots
-All standard Lua functionality (with the exception of the OS functions)
-PC emulator that can be used to test scripts before you run on the ps3 (Linux, Mac and Windows binaries included,
if you are using the windows binary and get some missing dll messages, those dll's are in the "compat DLL's.zip" file in the emulator folder)

Future Features
-Support for more image formats
-Support for TTF fonts and font customization
-Audio support
-More advanced rendering functionality
-Networking capabilities

How to use
-copy everything that is in the "Copy to USB root" to the root of your USB drive
-install the pkg as you would any other pkg
-all files that you attempt to open from lua must be on your USB drive
-any scripts that you make, must be on the root of the card, and named app.lua

-when testing the scripts in the emulator, it will load app.lua in the same folder as the binary, all files that you attempt
to load should also be in that same folder

this release comes with an example app.lua which shows a few of the features of which you are currently able to do

when using the emulator, the keys are mapped in the folowing way

up = up arrow
down = down arrow
left = left arrow
right = right arrow

triangle = w
square = a
cross = s
circle = d

start = enter/return
select = quote key (")

R1 = Right shift
R2 = Right control
R3 = question mark

L1 = Left shift
L2 = Left control
L3 = z


Source