|
|
Donner
C++20 SVG rendering library
|
#include "donner/base/EcsRegistry.h"Classes | |
| struct | donner::svg::components::ShadowEntityComponent |
| A component attached to entities in the shadow tree, indicating which light entity they are mirroring. More... | |
| struct | donner::svg::components::ShadowTreeRootComponent |
| Indicates root of an instantiated shadow tree, where the light entity is is the target of the href, e.g. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::svg |
| Donner SVG library, which can load, manipulate and render SVG files. | |
| namespace | donner::svg::components |
| Contains the implementation of the Donner ECS,. | |
| struct donner::svg::components::ShadowEntityComponent |
A component attached to entities in the shadow tree, indicating which light entity they are mirroring.
This component exists on every shadow entity, forming a one-to-one mapping between shadow entities and light entities.
| Class Members | ||
|---|---|---|
| Entity | lightEntity | The entity that this shadow entity is mirroring. |
| struct donner::svg::components::ShadowTreeRootComponent |
Indicates root of an instantiated shadow tree, where the light entity is is the target of the href, e.g.
a "<symbol>" element.
| Class Members | ||
|---|---|---|
| Entity | sourceEntity | The entity of the source (e.g. "<use>") element that instantiated this shadow tree. |