# Scene A `genesis.Scene` wraps every component of a simulation: a simulator (which holds the physics solvers), the entities you add, and a visualizer (which drives the viewer and the cameras). Almost everything you do happens through a scene. ```{toctree} scene simulator mesh force_field ```