CINXE.COM
The Astronomy Nexus
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <title>The Astronomy Nexus</title> <!-- Bootstrap core CSS --> <!-- Bootstrap style from https://bootswatch.com --> <link href="/css/cosmo.css" rel="stylesheet" type="text/css"> <!-- Current Bootstrap JavaScript --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <!-- Additional Bootstrap icons --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="/js/fancybox/source/jquery.fancybox.min.css"> </head> <body> <nav class="navbar navbar-expand-lg navbar-dark bg-primary"> <div class="container-fluid"> <a class="navbar-brand" href="#"> <img src="/images/3hares.png" alt="endeavour.astronexus.com" width="30" height="30"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <span class="navbar-text fs-5"><a class="text-decoration-none" href="/">endeavour.astronexus.com</a></span> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link" href="/endeavour/chart">Charts</a> </li> <li class="nav-item"> <a class="nav-link" href="/eos">Encyclopedia of Suns</a> </li> <li class="nav-item"> <a class="nav-link" href="/v-m">Virtual Messier</a> </li> <li class="nav-item"> <div class="vr d-none d-lg-flex h-100 mx-lg-2 text-white"></div> </li> <li class="nav-item"> <a class="nav-link" href="https://www.astronexus.com/">Main Site</a> </li> </ul> <ul class="navbar-nav mb-2 mb-lg-0"> <li class="nav-item"> <a target="_blank" rel="me noopener" class="nav-link" href="https://codeberg.org/astronexus/"><i class="bi bi-git fs-4"></i><span class="d-lg-none ms-2">Codeberg</span></a> </li> <li class="nav-item"> <a target="_blank" rel="me noopener" class="nav-link" href="https://c.im/@dpnash/"><i class="bi bi-mastodon fs-4"></i><span class="d-lg-none ms-2">Mastodon</span></a> </li> </ul> </div> </div> </nav> <div class="container"> <div> <div> <!-- Template inclusion --> <h3 style="text-align: center">Endeavour</h3> <p><i>Endeavour</i> is the next generation of the older <i>Distant Worlds</i> charting application. It is the "engine" behind the <a href="/endeavour/chart">Charts</a> section of this site, but it is also used for the charts in the other applications here, including <a href="/eos">the Encyclopedia of Suns</a> and <a href="/v-m">Virtual Messier</a>.</p> It is a modern HTML5 application that now contains over 2.5 million stars and over 200,000 deep-sky objects. Use it as a full-featured star atlas for all sorts of purposes. </p> <h4>Chart Examples</h4> <p><img src="/app/endv/img/orion.png" /><br />Orion area</p> <p><img src="/app/endv/img/comacluster.png" /><br />Center of the Coma Galaxy Cluster</p> <p>Of course, the minor older feature of being able to see the universe as it appears from over 100,000 stars is still here:</p> <p><img src="/app/endv/img/acen.png" /><br />Sun from Alpha Centauri</p> <!-- end template --> </div><!-- /.blog-post --> </div><!-- /.blog-main --> </div> <footer></footer> <!-- Bootstrap core JavaScript ================================================== --> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script> </body> </html>