Search found 322 matches

by appleide
Mon Sep 05, 2011 1:02 pm
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

T-Bone wrote:Pics?
Here :)
by appleide
Mon Sep 05, 2011 10:46 am
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

Added label and checkbox. See github download link in first post to download newest version.
by appleide
Thu Sep 01, 2011 3:40 am
Forum: Games and Creations
Topic: Biodiversity
Replies: 19
Views: 21889

Re: Biodiversity

Interesting.

I got stuck at tutorial 3. How do you make a different flower to both its parents? There's no mutation and all starting flowers seem alike...
by appleide
Sun Aug 28, 2011 12:03 pm
Forum: Games and Creations
Topic: [WIP] My Basic RTS : Codename NaW
Replies: 28
Views: 13698

Re: [WIP] My Basic RTS : Codename NaW

How do you get the guy to move?
by appleide
Sun Aug 28, 2011 3:55 am
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

You create a new style that only specifies left and top, and apply it to the element. The following code adds a button to the context, and set it to location (10, 10), without modifying the buttons' default style. local context = ui.context() st_b1, button_b1 = context:add( ui.style("b1", ...
by appleide
Sat Jul 30, 2011 10:44 am
Forum: Libraries and Tools
Topic: lQuery 1.0 alpha
Replies: 10
Views: 7159

Re: lQuery 1.0 alpha

Code: Select all

fairs->fires
:ehem:
by appleide
Fri Jul 29, 2011 1:34 pm
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

I believe that the reason people are getting flashing and corruption (myself included) is that love.graphics.setScissor() is being called in the widgets' draw routines, but it is not being disabled/reset to its previous value afterwards. So, you end up with only the portion of the screen that is co...
by appleide
Tue Jul 19, 2011 2:08 pm
Forum: General
Topic: professional results?
Replies: 32
Views: 10331

Re: professional results?

There's tons of problems, let's do android: It's C++, not java.. so.. NDK? That requires a lot of compiling, it requires a java frontend, and then there's logistics. Or.. ios: It's not Objective-C, it's not something we can produce standalone, every game needs to be compiled with it. Oh, and it's $...
by appleide
Sun Jul 17, 2011 12:20 pm
Forum: Games and Creations
Topic: Invader: arcade strategy game
Replies: 63
Views: 20755

Re: Invader: arcade strategy game

I like where this is going.
by appleide
Sun Jul 10, 2011 9:18 am
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

ishkabible wrote:very nice, why dose the background flash frantically though?
No idea. Try turning it off.