Page 1 of 2

LovePunk - lövely framework (FlashPunk port)

Posted: Thu Aug 29, 2013 5:10 pm
by ManInBlackSweater
Hey everybody!

I love to use LÖVE, but I didn't found any frameworks that I would like to use. When I work on ActionScript 3 / Haxe, I use FlashPunk and really love it. So I made a tiny framework that anyone can use to make their own games! :awesome:

Current version: 1.0.0

It contains:
  • game states
    game objects
    simple collisions
    animations
    sounds management (broken down by groups)
    drawing text (with scaling and font management)
    backdrops
    comfortable input system
    data buffers management (with saving and loading)
    built-in debugging
There's a lot of things which are not implemented yet, but they will be.

DOWNLOAD!

Have fun!

There's a few differences between LovePunk and original version:
  • Anim, Mask, Graphic deleted
    Draw, Canvas removed because you can use LOVE functions for it
    A lot of little things were redesigned
You can use FlashPunk Docs and built-in samples to get started.

Feel free to shoot me a question or bug report.
Follow me on Twitter to say hello!

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Thu Aug 29, 2013 8:57 pm
by XCaptain
Isn't löve a framework itself?

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Thu Aug 29, 2013 9:01 pm
by ManInBlackSweater
XCaptain wrote:Isn't löve a framework itself?
Yes, Love is a framework. I meant frameworks built on top of Love.

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Fri Aug 30, 2013 3:09 am
by BlackBulletIV
My Ammo framework (along with its extensions) is also based a lot on FlashPunk, although a lot of the details are different, largely due to LÖVE/Lua being a very different environment to Flash/AS3.

I'm interested, did you opt to draw everything to a global canvas (like FlashPunk), or did you opt to just draw straight to the screen? (From my quick perusal, it looks like you went with the latter.)

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Fri Aug 30, 2013 3:25 pm
by ManInBlackSweater
BlackBulletIV wrote:My Ammo framework (along with its extensions) is also based a lot on FlashPunk, although a lot of the details are different, largely due to LÖVE/Lua being a very different environment to Flash/AS3.

I'm interested, did you opt to draw everything to a global canvas (like FlashPunk), or did you opt to just draw straight to the screen? (From my quick perusal, it looks like you went with the latter.)
LP just draws stuff straight to screen. And I dunno, is there any problems with it?

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Fri Aug 30, 2013 9:33 pm
by BlackBulletIV
No, there's no problem with it (that's the way I went with Ammo); in LÖVE it's better in many ways. More compatibility and more user choice.

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Thu Sep 05, 2013 3:05 pm
by Punkroku
Do you have an example of actionscript in Love?? using LovePunk. :emo:

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Thu Sep 05, 2013 4:16 pm
by Compost
I get an error when I try to run anything:

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Sun Sep 29, 2013 5:31 pm
by Murii
This library its quit awesome, but you should fix all the errors before releasing it.However I`ve managed to make it work,the second thing you should do is to add more comments and more exemples.

Re: LovePunk - lövely framework (FlashPunk port)

Posted: Sun Sep 29, 2013 8:07 pm
by ManInBlackSweater
Sorry, guys! I had no time to work on this project. Just wait a bit for another update ^^