How a "Collision System" should be implemented?
- by nathan
My game is written using a entity system approach using Artemis Framework. Right know my collision detection is called from the Movement System but i'm wondering if it's a proper way to do collision detection using such an approach.
Right know i'm thinking of a new system dedicated to collision detection that would proceed all the solid entities…