RRGGZZ
RRGGZZ
I running the example script : import genesis as gs gs.init(backend=gs.cpu) scene = gs.Scene(show_viewer=True) plane = scene.add_entity(gs.morphs.Plane()) franka = scene.add_entity( gs.morphs.MJCF(file='xml/franka_emika_panda/panda.xml'), ) scene.build() for i in range(1000): scene.step()
and my WSL2 is Ubuntu 24.04.01
I also encountered the same problem in WSL2, and the window remained black.
This project does not appear to run properly in the virtual machine