aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
1 stars 0 forks source link

Remove id in graphics #23

Closed aconstlink closed 4 months ago

aconstlink commented 6 months ago

In the graphics layer, the id contained in object can be removed and replaced by a ordinary vector for tracking object ids for backends.

This id is used to identify an object in a specific backend so the backend knows which backend object to map to the graphics object.