Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.25 KB

Earth Magnetic Field

A non-interactive animating globe showing an approximation of the Earth's aurora.

Click here to view the live application.

This application makes use of the following libraries

  • ArcGIS API for JavaScript by Esri
    • Esri’s JavaScript library for mapping and analysis.
  • Bootstrap by Twitter Inc
    • A useful and comprehensive UI framework. This application leveraged a subset of bootstrap pertaining to buttons and input elements.
  • jQuery by jQuery Foundataion Inc.
    • A JavaScript framework for DOM manipulation and a foundation for many other frameworks.
  • three.js by Ricardo Cabello (aka Mr.doob)
    • JavaScript 3D library.

External Renderers

This application is making use of Esri's external renderer to execute low level webgl commands.