![]() |
Doly C++ SDK v1.00
|
Visual content container for Doly displays. More...
#include <stdio.h>#include <string.h>#include <string>#include <stdint.h>#include <vector>Go to the source code of this file.
Classes | |
| class | VContent |
| Container class for visual (image/animation) content. More... | |
Visual content container for Doly displays.
VContent represents image-based visual content that can be rendered on Doly's displays. It supports single-frame images as well as multi-frame sequences (animations).
This class is part of the Doly common module and is shared across multiple subsystems (e.g., Eye/LCD rendering, animations).
Design notes: