refactor: move orbit rendering to ocaml-globe, remove orbis library
- Move orbit line + satellite dot rendering to Globe_webgl.Orbit
(reusable for any app showing orbits on the globe)
- Remove orbis/lib entirely (math, sphere, coord, orbit all extracted)
- orbis is now a pure web executable with no library
- Clean up shader_app.ml (only conjunction shaders remain)