Doly C++ SDK v1.00
Loading...
Searching...
No Matches
VContent.h File Reference

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...

Detailed Description

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:

  • Frames are stored as raw byte buffers
  • All frames in a sequence must have identical dimensions