Reusable 3D Earth globe widget (pure OCaml + WebGL)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 477 B view raw
1(lang dune 3.21) 2(using mdx 0.4) 3(name globe) 4(source (tangled gazagnaire.org/ocaml-globe)) 5(formatting (enabled_for ocaml)) 6 7(generate_opam_files true) 8 9(license ISC) 10(authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 11(maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 12 13(package 14 (name globe) 15 (synopsis "Reusable 3D Earth globe widget (pure OCaml + WebGL)") 16 (tags (org:blacksun math)) 17 (depends 18 brr 19 coordinate 20 fmt 21 kepler 22 sgp4 23 (mdx :with-test) 24 vec3))