Search found 9 matches

by sunday
Tue Jan 03, 2017 5:01 pm
Forum: General
Topic: Some general questions....
Replies: 3
Views: 2781

Re: Some general questions....

Hi zorg, Thanks for the reply, much appreciated.... :awesome: 3.) Not sure what you're asking here. You can code a function to show you the location of a pixel you're hovering above with the mouse cursor yourself, for example, or you could code a function that'd draw grids of whatever size. If it's ...
by sunday
Tue Jan 03, 2017 2:02 pm
Forum: General
Topic: Some general questions....
Replies: 3
Views: 2781

Some general questions....

Hi, It's been a while since i last time checked on the progress of love2d, and i must say the future looks very bright for this framework. I'm currently using another game / engine / framework ( Cocos2dx - Cocos Creator ) which is very good, already created it a game with it, but would like to creat...
by sunday
Mon May 30, 2016 1:08 pm
Forum: Support and Development
Topic: Set FPS ().......?
Replies: 12
Views: 11381

Re: Set FPS ().......?

Hi Davidobot,

Thanks for the clarification......:) God Bless....

Sincerely,

Sunday
by sunday
Thu May 26, 2016 1:11 pm
Forum: Support and Development
Topic: Set FPS ().......?
Replies: 12
Views: 11381

Re: Set FPS ().......?

Hi Davidobot, Thanks for the quick love script, much appreciated it.....Also, thanks everyone for their help....:) I just downloaded the .love framework, I have a Mac OS X 64 Bit, but I have a question though, I see that the .love file is 11.6 MB, so when I finish the game, and I packaged it to a pl...
by sunday
Wed May 25, 2016 2:58 pm
Forum: Support and Development
Topic: Set FPS ().......?
Replies: 12
Views: 11381

Re: Set FPS ().......?

Hi,

Thanks for all the help guys / gals, much appreciated it......By any chance, do you know if Love2d supports, Game Circle, Game Center or IAP integration? Or this is something in the near future that will be supported.....? Thanks for the help and God Bless....

Sincerely,

Sunday
by sunday
Wed May 25, 2016 2:17 pm
Forum: Support and Development
Topic: Set FPS ().......?
Replies: 12
Views: 11381

Re: Set FPS ().......?

Hi Ivan and Sulina, Thanks for the information, really appreciated it....So I can use: function love.update(dt) if dt < 1/30 then love.timer.sleep(1/30 - dt) end end and set it to if dt < 1/60 then love.timer.sleep(1/60 - dt) and this will set my FPS to 60 for the game? The reason I'm asking is that...
by sunday
Wed May 25, 2016 1:33 pm
Forum: Support and Development
Topic: Set FPS ().......?
Replies: 12
Views: 11381

Set FPS ().......?

Hi,

Is there a way to set FPS for a game, like I want to set FPS (60) for a game? Would appreciate any feedback.....Thanks and God Bless....

Sincerely,

Sunday
by sunday
Mon May 23, 2016 2:30 pm
Forum: General
Topic: Benchmark Testing: IOS / Android
Replies: 0
Views: 1361

Benchmark Testing: IOS / Android

Hi, Nice to see that the Love community is still growing....... :awesome: However, can someone point me to any benchmark testing that has been done with Love in regards to IOS / Android, performance wise ( FPS, etc...). I understand that sometimes performance depends on the programming part, but sti...
by sunday
Thu Feb 25, 2016 4:11 pm
Forum: General
Topic: Newbie, some questions regarding framework.....
Replies: 2
Views: 1712

Newbie, some questions regarding framework.....

Hi, Would like to thank the developers and community for a good 2d framework to create games on, however, I have some questions. I'm currently using a game engine to create my mobile games for android, ios, however, I'm looking to use an open source, which is free and has a supporting community. The...