LovePunk (port to Love2D)


(UncleDec) #1

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!

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

Feel free to shoot me a question or bug report.

Follow me on Twitter to say hello!


(Zachary Lewis) #2

This is very cool! I used to be big into LÖVE, but moved away after the site went down a few years ago. I might pick it up and start messing around with this. :cool:


(UncleDec) #3

Oh, thanks! Can’t wait to see the stuff made with it :smile:


(fedyfausto) #4

lua language? how can i use that and for what? :0