Hi,
Here is my first löve demo. I m newbie about lua and 2d graphics .
Keys: left and right (+left shift makes him running)
My first löve demo
My first löve demo
- Attachments
-
- 3boyutlu.love
- (269.08 KiB) Downloaded 634 times
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: My first löve demo
Since there isn't a whole lot to complain about, let's complain about a small detail: In one of the animation frames a small 'box' of white is drawn on top of the floor.
Re: My first löve demo
Not bad at all! From looking at the code you seem to grasp both LOVE and Lua very well. The custom animation code and the fact that you used a sprite sheet is definitely a plus!
I have a tech demo of a space shooter a friend and I are working on. It's called Terus. You can find in on this forum section, why not have a look at the code and see if you find anything useful for yourself in there?
I have a tech demo of a space shooter a friend and I are working on. It's called Terus. You can find in on this forum section, why not have a look at the code and see if you find anything useful for yourself in there?
Re: My first löve demo
@bartbes, i have tried demo on 5 different computers , 2 of them showed the same result . that is not displayed the character. maybe opengl issue. i dont know.
@ensayia, thank you, i will try Terus
@ensayia, thank you, i will try Terus
Re: My first löve demo
Your code actually helped me realize a problem with my own project, thanks!
@rynesaur
Re: My first löve demo
@Ryne, you're welcome
Re: My first löve demo
Hi.
In my old IBM NetVista Desktop PC, Intel 82845G/GL display card, LOVE0.8 , I see this:
And a short line (white) in black can move left right with key press. Is a way to fix it?
In my old IBM NetVista Desktop PC, Intel 82845G/GL display card, LOVE0.8 , I see this:
And a short line (white) in black can move left right with key press. Is a way to fix it?
Re: My first löve demo
This is pretty good. Did you make the sprites yourself too? It doesn't seem to be 0.8.0 compatible though..at least not for me. It just freezes up.
Re: My first löve demo
Also freezes in my 0.8.0. Maybe fault of love.timer.sleep(10) in love update? Things seems working well in "old" 0.7.2 here but don't know if that sleep is really necessary or good. Good animation and nice to see a different art style.veethree wrote:This is pretty good. Did you make the sprites yourself too? It doesn't seem to be 0.8.0 compatible though..at least not for me. It just freezes up.
EDITED: I removed the sleep thing and all works fine now in 0.8.0
Last edited by coffee on Tue Apr 10, 2012 5:07 am, edited 1 time in total.
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: My first löve demo
love.timer.sleep is now in seconds in 0.8.0, so to sleep for 10ms you can do: love.timer.sleep(10/1000)
Who is online
Users browsing this forum: Ahrefs [Bot], Amazon [Bot], Bing [Bot], Semrush [Bot] and 3 guests