Search found 277 matches

by kraftman
Tue Oct 25, 2011 6:11 pm
Forum: Support and Development
Topic: collision detection.. [SOLVED]
Replies: 6
Views: 2436

Re: collision detection..

col() is checking the current position not the predicted position. it should be return newpos.x + as.x > bp.x and bp.x + bs.x > newpos.x and newpos.y + as.y > bp.y and bp.y + bs.y > newpos.y by the looks of it. Just as a note, try and find a nice medium between brevity and clarity: having two variab...
by kraftman
Mon Oct 24, 2011 8:49 pm
Forum: Games and Creations
Topic: 2D pixel side-scroller project
Replies: 12
Views: 7980

Re: 2D pixel side-scroller project

I like it. Do you still need help coding?
by kraftman
Sat Oct 22, 2011 7:51 pm
Forum: Support and Development
Topic: stuck with simple 3d
Replies: 5
Views: 1484

Re: stuck with simple 3d

Robin wrote:For 3D rotation, you need matrix multiplication. I tried to do without them in Boids3D, but I couldn't figure out how it should happen then.
yeh I took a look a look at your code briefly but I couldn't get my head around it, got any tips on getting started?
by kraftman
Sat Oct 22, 2011 7:39 pm
Forum: Support and Development
Topic: stuck with simple 3d
Replies: 5
Views: 1484

Re: stuck with simple 3d

you have a camera with a x,y and z position for every block you draw you do like : love.graphics.setColor(255,255,255,255-cubes .z+cameraz) love.graphics.rectangle("fill", cubes .x+camerax/cubes .z, cubes .y+cameray/cubes .z,10,10) i think this will give you some nice fake 3D effect :D ni...
by kraftman
Sat Oct 22, 2011 7:20 pm
Forum: Games and Creations
Topic: That Looks Noise
Replies: 8
Views: 1693

Re: That Looks Noise

I wins! interesting idea.
by kraftman
Sat Oct 22, 2011 5:55 pm
Forum: Support and Development
Topic: stuck with simple 3d
Replies: 5
Views: 1484

stuck with simple 3d

So i have this fairly simple code: local cubes = {} for i = 1, 20 do local c = {} c.x = math.random(0,800) c.y = math.random(0,600) c.z = math.random(0,255) tinsert(cubes, c) end function love.draw() for i = 1, #cubes do love.graphics.setColor(255,255,255,255-cubes[i].z) love.graphics.rectangle(&quo...
by kraftman
Sat Oct 22, 2011 9:01 am
Forum: General
Topic: LÖVE snippets for Vim (with snipMate plugin)
Replies: 4
Views: 3010

Re: LÖVE snippets for Vim (with snipMate plugin)

I tried vim, I couldn't even get the tutorial to work :/
by kraftman
Fri Oct 21, 2011 7:52 pm
Forum: General
Topic: NekoGear.com (LÖVE T-Shirts, etc)
Replies: 61
Views: 484672

Re: NekoGear.com (LÖVE T-Shirts, etc)

Boolsheet wrote:We gotta have knolls for the free shipping event!
+1
by kraftman
Fri Oct 21, 2011 7:09 pm
Forum: General
Topic: Free shipping offer on LÖVE-stuff
Replies: 12
Views: 4780

Re: Free shipping offer on LÖVE-stuff

why is the underwear more expensive than the t shirts?
Are any of the t shirts double sided? It'd be cool if they had their logo on the front, then the love logo on the back
by kraftman
Thu Oct 20, 2011 8:17 am
Forum: Games and Creations
Topic: Plazma Being
Replies: 121
Views: 86946

Re: Plazma Being (so far)

n oooooooooooo!