Search found 115 matches

by Moe
Wed Jan 04, 2012 8:55 pm
Forum: LÖVE-Android
Topic: Future plans: Graphics
Replies: 9
Views: 7790

Re: Future plans: Graphics

Well, framebuffers is a standard extension für OpenGL ES 1.x and a standard feature in 2.0. Since all recent handsets support 2.0, they do support framebuffers. SpriteBatches can be implemented by downloading all data to GPU (at least you can accelerate it a lot), so there should be a half-software ...
by Moe
Sun Jan 01, 2012 8:37 pm
Forum: LÖVE-Android
Topic: Future plans: Graphics
Replies: 9
Views: 7790

Re: Future plans: Graphics

We use 0.72, we decided to start with a stable release.
by Moe
Sun Jan 01, 2012 6:29 pm
Forum: LÖVE-Android
Topic: Future plans: Graphics
Replies: 9
Views: 7790

Re: Future plans: Graphics

Native-love: Framebuffers should be supported, the code is ported but I am not sure if we tested it already. OpenGL ES is version 1.1 for now, so we cannot support shaders for now. Maybe I will port the code to 2.0 if necessary or if it is required to add some cool features. :) lua-sockets should be...
by Moe
Fri Dec 30, 2011 2:57 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76912

Re: State of the attempt to natively port love to android

After removing the @overrides for an error in Eclipse, the project seemed to build. Sounds like your Java version is not right. Sorry, I always forget if it is too new or too old if it does not accept @override. Make sure that you use Java 1.5 or 1.6. If you build for Android >= 2.3 you should use ...
by Moe
Thu Dec 22, 2011 10:36 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76912

Re: State of the attempt to natively port love to android

Finally, it time that I register here, too ;) - short intro: I am also working on the native port :) I am not sure. but I planned to check the license stuff, upload the code and prepare an alpha apk within the next weeks. Okay, that seems fair :) Would be quite sad if the licenses got messed up.. Th...