Search found 37 matches

by kingomar
Sun Apr 20, 2014 8:09 pm
Forum: Support and Development
Topic: Serious Memory Issues while loading Images
Replies: 10
Views: 9563

Re: Serious Memory Issues while loading Images

Updated with the link.
by kingomar
Sun Apr 20, 2014 6:18 pm
Forum: Support and Development
Topic: Serious Memory Issues while loading Images
Replies: 10
Views: 9563

Re: Serious Memory Issues while loading Images

Sir i tried your suggestion and the Memory usage got way higher! reached 670k and then love2d gave me the error : "Out Of Memory" I'm trying to load these images: http://postimg.org/image/nieq0ioh1/ Each frame is extracted and is getting loaded in my game.. every image weights like 10kb in...
by kingomar
Sun Apr 20, 2014 5:36 pm
Forum: Support and Development
Topic: Serious Memory Issues while loading Images
Replies: 10
Views: 9563

Serious Memory Issues while loading Images

Hello Everybody! Im partially new to Love2d and i almost finished my first game.. However, My game uses alot of Memory! and it's really slow to open.. like when i click on the .love file it causes my computer to freeze and takes more than 10 seconds to start! Moreover, what's even worse, it draw alo...
by kingomar
Sat Apr 19, 2014 6:32 am
Forum: Support and Development
Topic: How to make an image Glow?
Replies: 8
Views: 5069

Re: How to make an image Glow?

So Hey Guys! i searched for shaders and i think i learned alot.. However i tried a dozen of blooming shaders and none of them worked.. I'm using this shader right now : extern vec2 size; extern int samples = 5; // pixels per axis; higher = bigger glow, worse performance extern float quality = 2.5; /...
by kingomar
Fri Apr 18, 2014 7:35 pm
Forum: Support and Development
Topic: How to make an image Glow?
Replies: 8
Views: 5069

Re: How to make an image Glow?

Well i hoped for an answer. Thank you anyway
by kingomar
Fri Apr 18, 2014 6:47 pm
Forum: Support and Development
Topic: How to make an image Glow?
Replies: 8
Views: 5069

Re: How to make an image Glow?

I Exactly want to insert one within a shader, how can i do that?
by kingomar
Fri Apr 18, 2014 5:19 pm
Forum: Support and Development
Topic: How to make an image Glow?
Replies: 8
Views: 5069

How to make an image Glow?

How to add a glow effect to an image ? and when im finished, how can i remove the glow? Thank you!
by kingomar
Fri Apr 18, 2014 10:33 am
Forum: Support and Development
Topic: Tweens happening earlier than expected
Replies: 9
Views: 1582

Re: Tweens happening earlier than expected

Here's the much demanded love file :P
by kingomar
Fri Apr 18, 2014 7:50 am
Forum: Support and Development
Topic: Tweens happening earlier than expected
Replies: 9
Views: 1582

Re: Tweens happening earlier than expected

How can i load the files when the gameState happens?
by kingomar
Fri Apr 18, 2014 7:11 am
Forum: Support and Development
Topic: Tweens happening earlier than expected
Replies: 9
Views: 1582

Re: Tweens happening earlier than expected

Thanks kikito for the reply, and yes im using your awesome library. I'll explain : Im loading animation in Love.load(), i'm loading all the tweens as stated in the code above i posted yesterday. So my problem is more like im fustrated with the mechanism that tween works with.. If I'm in the GameStat...