Bounding Box collision detection is just an "IF" which checks if coordinates are in range (OverlapRect function). Another collision detection - distance between two points - just an SQRT. Pixel level detection is not that simple, it needs to be optimized for speed; hopefully, we've been working on that... it WILL be in final release.