Search found 322 matches

by appleide
Sun Jul 10, 2011 8:25 am
Forum: Games and Creations
Topic: Echoes of the Imperium (4X Strategy Game)
Replies: 78
Views: 35074

Re: 4X Space Game (Tech Demo Released)

It was a tough decision on whether or not to use framebuffers at first. I don't want to exclude all the older laptops that should by all means be able to play a 2D turn based game. After I saw the FPS boost I got there was no turning back. 40 FPS -> 250+ FPS. Now I have framebuffers all over the pl...
by appleide
Sat Jul 09, 2011 7:07 am
Forum: Support and Development
Topic: Alternative tile implementation
Replies: 46
Views: 10764

Re: Alternative tile implementation

I have a macbook pro (2009) and it does not support framebuffers.
by appleide
Fri Jul 08, 2011 5:15 pm
Forum: General
Topic: GUI libraries...
Replies: 43
Views: 12505

Re: GUI libraries...

Little example of my idea. UI has style file, widget renderer (based on styles), event system (from lQuery), layouts, that contains and places child elements. There will be horisontal and vertical layouts. Styles like CSS (paddings, margins, border, color, fonts, backgroundImage and so on). loveui ...
by appleide
Fri Jul 08, 2011 1:02 pm
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

Robin wrote:And there is a typo in your README.markdown, line 31:

Code: Select all

    widget:1add(style1)
should be

Code: Select all

    widget1:add(style1)
Why is that test.html in there, btw?
Thanks. Corrected for next version.

:oops: I use it to figure out how styles work in html/css and copy it.
by appleide
Fri Jul 08, 2011 11:08 am
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

Ensayia wrote:For me, the background flashes black and white very rapidly at a nauseating pace. Something might be wrong...
o.0 I used love's function to set the background color. Try comment out the first line of love.load function to remove the background.
by appleide
Fri Jul 08, 2011 10:01 am
Forum: Games and Creations
Topic: Echoes of the Imperium (4X Strategy Game)
Replies: 78
Views: 35074

Re: 4X Space Game (Tech Demo Released)

NOoooooooo. :(
by appleide
Fri Jul 08, 2011 7:11 am
Forum: General
Topic: GUI libraries...
Replies: 43
Views: 12505

Re: GUI libraries...

I've released my loveui with buttons and textfields.

http://love2d.org/forums/viewtopic.php? ... 404#p33404
by appleide
Fri Jul 08, 2011 7:10 am
Forum: Libraries and Tools
Topic: loveui 0.7 (just started)
Replies: 26
Views: 30333

Re: loveui 0.7 (just started)

Here's an unfinished version of loveui.

Has buttons and textfields only.
by appleide
Tue Jul 05, 2011 5:06 pm
Forum: General
Topic: GUI libraries...
Replies: 43
Views: 12505

Re: GUI libraries...

I shall wait, then.
by appleide
Tue Jul 05, 2011 2:40 pm
Forum: General
Topic: GUI libraries...
Replies: 43
Views: 12505

Re: GUI libraries...

I'm and have been stuck at this problem: http://love2d.org/forums/viewtopic.php? ... eui#p27794

Anyone know how I can draw antialiased arcs while supporting transparency? Both my attempts fail.