Search found 15 matches

by matthewburk
Sat May 01, 2010 6:21 am
Forum: Libraries and Tools
Topic: My Gui
Replies: 11
Views: 9908

Re: My Gui

Well adding those components to my gui is easily doable, if you know how. And since I have zero documentation it won't be easy for you. I'm work on it every night and have made a lot of progress but its still not really anything but a proof of concept at this point. But I do plan on adding those typ...
by matthewburk
Wed Mar 31, 2010 6:05 am
Forum: Games and Creations
Topic: pew pew BOOM!
Replies: 16
Views: 7146

Re: pew pew BOOM!

I can't center the text of the buttons properly. It shows "too down" on the buttons. But the rectangle I use for invoking love.graphics.print *is* centered. The code that calculates the positioning is on passion/gui/Label.lua. I've no idea of what is wrong there, or whether there's a prob...
by matthewburk
Wed Mar 31, 2010 5:57 am
Forum: Games and Creations
Topic: pew pew BOOM!
Replies: 16
Views: 7146

Re: pew pew BOOM!

I like it because you can't lose!! My 23 month old daughter will be playing this, I'll let you know what she thinks.
by matthewburk
Sun Mar 28, 2010 3:17 am
Forum: Libraries and Tools
Topic: My Adventure Game Engine - Making Way For Adventure Engine 2
Replies: 367
Views: 147625

Re: My Zelda style adventure engine (DEMO NOW AVAILABLE)

Are you still working on this? I want to see a new demo. I hope you haven't abandoned this because of 3D lust :)
by matthewburk
Fri Mar 19, 2010 5:11 pm
Forum: Libraries and Tools
Topic: My Gui
Replies: 11
Views: 9908

Re: My Gui

If you minimize or restore, you can't go back to window-draggy-backy-exposé mode. Ya i'm aware of that bug, its a simple fix that i haven't gotten around to yet becuase i'm still doing lots of other stuff. None of the components are complete in fact. Scrollbars in particular are missing some basic ...
by matthewburk
Fri Mar 19, 2010 5:08 pm
Forum: Libraries and Tools
Topic: My Gui
Replies: 11
Views: 9908

Re: My Gui

Jasoco wrote:Very impressive. Very very impressive.
Thanks! <3
by matthewburk
Thu Mar 18, 2010 7:51 am
Forum: Games and Creations
Topic: Oh snap, aliens!
Replies: 22
Views: 14739

Re: Oh snap, aliens!

Grats, looks nice.
by matthewburk
Thu Mar 18, 2010 7:46 am
Forum: Games and Creations
Topic: Cards. The game with no rules.
Replies: 11
Views: 10674

Re: Cards. The game with no rules.

This is cool. Good job.
by matthewburk
Thu Mar 18, 2010 7:36 am
Forum: General
Topic: Can I require "package.file" instead of "package/file.lua"?
Replies: 16
Views: 12347

Re: Can I require "package.file" instead of "package/file.lua"?

Ok, i worked it out, although its not ideal. Basically I have to move the main module of my package outside of the folder for love to see it. All the submodules in the package can stay in the folder. It would be nice if love supporeted the main module in the package folder like stock lua. Makes dist...
by matthewburk
Thu Mar 18, 2010 7:20 am
Forum: Libraries and Tools
Topic: My Gui
Replies: 11
Views: 9908

My Gui

I've been working on this for a while, it started out in c and transitioned to lua gradually, and now i have decided to port the whole thing over to lua. Love is the perfect testbed for it, and I plan on making some apps with love for my baby. So that's the story behind this lua library i'm working ...