Skip to content

weimingtom/PSLua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSLua

Lua for Play Station Vita

Objective is to make davelopment easy.

For eg to display image

local myImage

myImage = new Image("imgSrc.png", 500, 500);

myImage.x = 50;

myImage.y = 50;

About

Lua for Play Station Vita

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • Lua 0.8%