Once the new as_components()-based API land, we'll need an example to showcase how one can:
- Define a custom archetype
- Define a custom component
- Extend an existing archetype
For example: implement a user.MyPoints3D archetype which "embeds" a rerun.archetypes.Points3D archetype and augments it with a custom user.Confidence component.
Once the new
as_components()-based API land, we'll need an example to showcase how one can:For example: implement a
user.MyPoints3Darchetype which "embeds" arerun.archetypes.Points3Darchetype and augments it with a customuser.Confidencecomponent.