Currently our top and bottom camera images are stored as resources. This means that we can only ever have a single image resource in memory.
It might make sense to treat each image as an entity in the ecs instead, so that we can query over images and store entity ids instead of arcs to the image data.
Perhaps it could be nice to store the corresponding camera matrix in the image type as well.
Currently our top and bottom camera images are stored as resources. This means that we can only ever have a single image resource in memory.
It might make sense to treat each image as an entity in the ecs instead, so that we can query over images and store entity ids instead of arcs to the image data.
Perhaps it could be nice to store the corresponding camera matrix in the image type as well.