Page 1 of 1

LÖVE on Playstation Vita and several Android Devices

Posted: Tue Dec 17, 2013 11:14 am
by SiENcE
Hey,

for LudumDare 28 i wanted to create a Touch game. In the lack of other devices i choose to implemente a basic set of LÖVE function in the Sony PSM SDK.

So, here is the code of my proof-of-concept:
https://github.com/SiENcE/lovepsm

Only some functions are working yet:
* love.graphics.newImage
* love.graphics.setColor
* love.graphics.setBackgroundColor
* love.graphics.draw
+ i added a basic Touch API in LÖVE style.

I can share my work on github if someone is interested in helping to implement most basic functions of LÖVE.

Working demos:
* PassingClouds
* Shipgame (from trommelbommel)

know Issues:
* rotation does not work correct
* coordinate system is rooted in the Lower-Left and not Top-Left as in LÖVE

Here is a video:


Comments are welcome :)!

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Tue Dec 17, 2013 11:58 am
by FlipNinten
This isn't looking too bad so far. I'm interested in seeing where this goes.

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Tue Dec 17, 2013 7:46 pm
by SiENcE
Sophie's World, my LudumDare 28 game runs on my Vita.

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Tue Dec 17, 2013 7:51 pm
by Nixola
How can I get LOVE on mine?

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Tue Dec 17, 2013 8:31 pm
by SiENcE
It's no port. Currently it's only a proof-of-concept to proof how fast it is.

I implemented the most basic functions for PSM.

I can release it on github, but first I wanted todo a little more.

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Thu Dec 19, 2013 11:52 am
by Ranguna259
LÖVE on Vita, how cool is that :rofl:

I'm gonna look into PSM a little more maybe I can help you out a little

EDIT: C# ? Nop, I hate C#, I've identified the basic functions but the C# code just keeps me from working right. Best of luck :megagrin:

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Mon Jan 26, 2015 3:56 pm
by SiENcE
In request of gianmichele i cleaned the source a bit and push everything to github.

Link:
https://github.com/SiENcE/lovepsm

It would be cool if someone picks this up.

have fun

Re: LÖVE on Playstation Vita and several Android Devices

Posted: Tue Jan 27, 2015 9:52 pm
by gianmichele
Fantastic thank you!

:D