I'm implementing an entity system for self educational purposes. I wanted to focus on the system itself and don't know much about rendering and physics, so I'm using external libraries for thisthose tasks.
These libraries come with pre-defined classes for their objects. (Spritessprites, Bodiesbodies, etc.) These do not fit into my entity system easily.
How can I utilize existing libraries and classes within an entity system?