It would be super useful if the pixel shapes matched this interface. Rect of course would just return itself.
Working on a physics engine built on top of pixel (🤫), and I'm trying to keep to native pixel structs as much as possible. This would give me a lot of flexibility in working with them.
Not sure if it makes sense to add the interface itself to pixel or not, but I would certainly use it.
In my project I have a basic Shape interface defined as
It would be super useful if the pixel shapes matched this interface. Rect of course would just return itself.
Working on a physics engine built on top of pixel (🤫), and I'm trying to keep to native pixel structs as much as possible. This would give me a lot of flexibility in working with them.
Not sure if it makes sense to add the interface itself to pixel or not, but I would certainly use it.
Original issue: https://github.com/faiface/pixel/pull/316