Search found 235 matches

by Ellohir
Mon Feb 27, 2012 1:28 pm
Forum: Support and Development
Topic: Blur and threshold in the main loop to simulate fluids
Replies: 2
Views: 1820

Re: Blur and threshold in the main loop to simulate fluids

I guess you'd have to print the scene to a FrameBuffer and then apply the filters. But I think you would have to implement those filters yourself, I think there aren't any integrated in Löve.
by Ellohir
Fri Feb 24, 2012 8:48 am
Forum: Games and Creations
Topic: Update!!! On my puppy game! Wanna beta test?
Replies: 16
Views: 8344

Re: Update!!! On my puppy game! Wanna beta test?

jradich love file works for me on WinXP.
by Ellohir
Thu Feb 23, 2012 9:17 pm
Forum: Support and Development
Topic: Nothing happens when I call function in other script/file?
Replies: 19
Views: 10913

Re: Nothing happens when I call function in other script/fil

Are you checking well that when you push "enter" something happens? Try debugging your code adding some prints on the caller function and on the load function. Without the code it's impossible to help you more.
by Ellohir
Wed Feb 22, 2012 9:15 pm
Forum: Support and Development
Topic: Loading data from a file?
Replies: 2
Views: 1766

Re: Loading data from a file?

This has been asked before. There are several ways. Take a look at viewtopic.php?f=4&t=7884
by Ellohir
Wed Feb 22, 2012 9:10 pm
Forum: General
Topic: Developing normal graphical applications
Replies: 20
Views: 7452

Re: Developing normal graphical applications

MarekkPie wrote:Qt has its own WYSIWYG editor as well: Qt Creator.
I tried it. I shake remembering it. I hadn't found something that difficult since Blender (and didn't see anything like it until Tiled xD).
by Ellohir
Wed Feb 22, 2012 5:01 pm
Forum: General
Topic: Developing normal graphical applications
Replies: 20
Views: 7452

Re: Developing normal graphical applications

I use Java + Swing with Eclipse + Jigloo plugin. It makes cross-platform gui aplications with not much more than clicking and draging. If you know Java take a look at this tutorial: http://www.cloudgarden1.com/swing_tutorial/index.html
by Ellohir
Tue Feb 21, 2012 11:53 pm
Forum: Support and Development
Topic: Can't get my bullets to work :(
Replies: 8
Views: 2796

Re: Can't get my bullets to work :(

My bad, I missed that, thanks a lot for not trusting me Marekkpie :awesome:
by Ellohir
Tue Feb 21, 2012 10:10 pm
Forum: Support and Development
Topic: Can't get my bullets to work :(
Replies: 8
Views: 2796

Re: Can't get my bullets to work :(

You aren't using the "Proyectile" functions anywhere. There are no proyectiles. You must create the bullets somewhere, the same way you called "Player" to create "PlayerOne" and "PlayerTwo". PS: Maybe you should try without HardonCollider and HUMP, to start wi...
by Ellohir
Tue Feb 21, 2012 12:42 pm
Forum: Games and Creations
Topic: LoveSnake
Replies: 6
Views: 2343

Re: LoveSnake

Very nice! The turning sprite for the snake is perfect! :awesome: :awesome:
by Ellohir
Tue Feb 21, 2012 12:18 am
Forum: Libraries and Tools
Topic: Donut - simplified debug message control system
Replies: 9
Views: 9681

Re: Donut - simplified debug message control system

Simple... yet useful. Looks nice.