tristanred / MicroEngine

GameEngine project based roughly on my previous CommsFramework engine.
MIT License
1 stars 0 forks source link

Collision detection with polygon shapes #6

Closed tristanred closed 5 years ago

tristanred commented 5 years ago

Right now, the collision detection mechanisms is only implemented on FRectangle types. We should have a type called FPolygon that can be used for collision detection against other polygons and FRectangle instances.

Maybe another improvement, the FRectangle class could be a specific case of an FPolygon generic type.

tristanred commented 5 years ago

Fixed in libtech and was brought in some of the latest commits, it is at least implemented starting from 03f74c55053d2d61b384869e22be9bb18837f39d