I want to know how I would be able to attach a slider to my scene which hosts a live animation. The ‘current’ documentation only shows how it is used within Figures.
You can just do Slider(scene, bbox = some_bbox) for manual placement, or you go the layoutscene route where a layout is already attached to the scene, or you attach one yourself.