Search found 3550 matches

by pgimeno
Mon Dec 12, 2016 5:03 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411582

Re: "Questions that don't deserve their own thread" thread

With vsync off it kinda works, but then (both versions, keypressed/keyreleased) the key doesn't register consistently and flickers off every few frames, which is kinda strange as well? By now I'm mainly curious of what's happening, I can obviously work around it... That kind of sounds as if your ke...
by pgimeno
Mon Dec 12, 2016 1:03 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411582

Re: "Questions that don't deserve their own thread" thread

Sorry for the double post. This thread kind of invites it. The problem I have is that, when I now press space (or any button really) for a bit longer, it will work correctly for the time I have space down, then, when I release it, it will still register as isdown for a while, however quickly switchi...
by pgimeno
Mon Dec 12, 2016 12:53 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411582

Re: "Questions that don't deserve their own thread" thread

what's the difference beetwen particle and shaders effect ? They are completely different. Particles are sprites that Löve controls according to the parameters you give. Try e.g. APE to edit them (there was another recent particle editor but I don't have the URL handy) Shaders are OpenGL-based prog...
by pgimeno
Fri Dec 09, 2016 3:42 am
Forum: Support and Development
Topic: Best IDE for Löve
Replies: 8
Views: 13213

Re: Best IDE for Löve

by pgimeno
Fri Dec 09, 2016 3:22 am
Forum: Games and Creations
Topic: Lovely Physics Sandbox
Replies: 23
Views: 12646

Re: Lovely Physics Sandbox

Cool, thank you very much!
by pgimeno
Thu Dec 08, 2016 3:03 pm
Forum: General
Topic: still noob and going to learn :)
Replies: 20
Views: 11253

Re: still noob and going to learn :)

You don't need Wine to run LÖVE. There are Linux binaries.
by pgimeno
Mon Dec 05, 2016 6:25 pm
Forum: Support and Development
Topic: How do I use stencil?
Replies: 9
Views: 6808

Re: How do I use stencil?

Looks like it should be working, yes (apart from the fact that you don't draw the map to the screen, only to the stencil, but that shouldn't prevent the blood from being drawn). Hard to help without a test case, sorry.
by pgimeno
Mon Dec 05, 2016 6:11 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411582

Re: "Questions that don't deserve their own thread" thread

See [wiki]love.graphics.setScissor[/wiki].
by pgimeno
Mon Dec 05, 2016 6:04 pm
Forum: Games and Creations
Topic: Composite sprites
Replies: 13
Views: 8619

Re: Composite sprites

Evil? How is selling software evil? Also the basic level is 69 dollars. Also I would assume once you own the software anything you create is yours. I find it funny when people think software that cost money is immediately evil. The software costs money because it is worked on regularly. And if you ...
by pgimeno
Mon Dec 05, 2016 12:20 am
Forum: General
Topic: How can I smoothly lerp between two values?
Replies: 7
Views: 19225

Re: How can I smoothly lerp between two values?

I wrote a collection of blending functions for tweening here: https://www.love2d.org/forums/viewtopic ... 29#p198129

(with special emphasis on functions that ease the start and end, which I call sigmoids)