Search found 15 matches

by ub3rl1t
Wed Jul 22, 2009 6:46 pm
Forum: General
Topic: Installling LOVE-0.5.0 on Ubuntu (simple)
Replies: 0
Views: 3129

Installling LOVE-0.5.0 on Ubuntu (simple)

I know the package is available for ubuntu 9.04 jaunty but is an old package (love 0.4.0), and i know a lot of people dont know how to use the console very well, so this is for you guys. Click on the links. first we install dependencies: (this tutorials is for x86_64 pc, ill make one later for x86) ...
by ub3rl1t
Mon Jul 20, 2009 11:00 pm
Forum: Support and Development
Topic: Vector graphics and colors.
Replies: 9
Views: 10649

Re: Vector graphics and colors.

can someone please tell me why this does not work properly, im trying to fill on part of the tail in with a color but it goes invisible. function draw() love.graphics.setLineStyle(love.line_smooth); --fish love.graphics.setColor(255,215,0); love.graphics.circle(love.draw_fill,xf,yf,R2); love.graphic...
by ub3rl1t
Mon Jul 20, 2009 10:59 pm
Forum: Support and Development
Topic: Vector graphics and colors.
Replies: 9
Views: 10649

Re: Vector graphics and colors.

thanks a lot!
by ub3rl1t
Mon Jul 20, 2009 8:53 pm
Forum: Support and Development
Topic: Vector graphics and colors.
Replies: 9
Views: 10649

Re: Vector graphics and colors.

Another question sir. How difficult would it be to make my fish drawing into a class so i can draw multiple fish?
by ub3rl1t
Mon Jul 20, 2009 8:45 pm
Forum: Support and Development
Topic: Vector graphics and colors.
Replies: 9
Views: 10649

Vector graphics and colors.

so i draw a fish in vector graphics. love.graphics.circle(1,xf,yf,R2); love.graphics.circle(1,xf - 20,yf - 10 , R2 / 2); love.graphics.line(xf - R2,yf + R2 / 2,xf - 2,yf + 2); love.graphics.triangle(1, xf - 5, yf - R2 + 2, xf + 10, yf - R2 + 2, xf + R2, yf - R2 - 22); love.graphics.triangle(1, xf + ...
by ub3rl1t
Thu Jul 16, 2009 11:02 pm
Forum: Support and Development
Topic: Anbitious Idea for a project!
Replies: 7
Views: 5867

Re: Anbitious Idea for a project!

yeah go ahead sent me a copy i would like to see how you do some functions
by ub3rl1t
Thu Jul 16, 2009 9:02 pm
Forum: Support and Development
Topic: SECS
Replies: 5
Views: 3718

Re: SECS

i swear im not stupid but i dont understand the example, any extra help would be awesome.
by ub3rl1t
Thu Jul 16, 2009 6:37 pm
Forum: Support and Development
Topic: SECS
Replies: 5
Views: 3718

SECS

Can some one please explain how i can use this to make my own classes.
by ub3rl1t
Thu Jul 16, 2009 6:35 pm
Forum: General
Topic: Scite and LOVE
Replies: 4
Views: 3223

Re: Scite and LOVE

i wish i knew how to do this myself.
by ub3rl1t
Thu Jul 16, 2009 6:01 pm
Forum: General
Topic: Scite and LOVE
Replies: 4
Views: 3223

Scite and LOVE

is it possible for someone to give me a copy of the windows scite them for love, im running ubuntu, and i do all my programming on scite.