Page 1 of 1

Help with Pixel Collision

Posted: Thu Feb 06, 2014 7:18 pm
by LoneArtisan
Nil

Re: Help with Pixel Collision

Posted: Sun Feb 09, 2014 1:25 pm
by Ranguna259
Per-Pixel Collision Detection is something that you should not be thinking on making because it uses way to many resources if you are going to use the CPU, you could use the GPU but I can't help you there, I have not idea on how to.
Have you seen the physics module ? People usualy say that it's not what you want to use when you are making a side-scroller games but it's actually a really good tool for all kinds of physics. See Concerned Joe for exemple, it uses Box2D (physics module)

Re: Help with Pixel Collision

Posted: Sun Feb 09, 2014 2:01 pm
by Roland_Yonaba
Maybe off-topic, but i'll share this.

Re: Help with Pixel Collision

Posted: Sun Feb 09, 2014 2:12 pm
by Ranguna259
Yep, that loops thought all pixels on the sprite so it'll make things really slow.