Giter Club home page Giter Club logo

spaceapps2021's Introduction

Sprocket Orbital Tracker


This repository was created by Brian Donald, Bryan Pikaard, Zach Stence, and Andreas Wenzel for SpaceApps 2021.

The Orbital Tracker uses TLE data to calculate and interpolate the position of objects orbiting earth, and then renders them in a web page that makes the data more accessible and interactive. You can view a live link at https://2021.spaceapps.sprocket.gg.

Project Structure

┌─ svelte            | the SvelteKit portion of the application
├┬─ src              | 
│├─ lib              | client-side code
│├┬─ components      | reusable .svelte components
││├─ state           | stores used for state management
││├─ utils           | misc. functionality (i.e. date/time helper functions)
││└─ wasm            | output from emscripten used to interact with wasm
│└─ routes           | top-level page components and api endpoints
└─ static            | Static Assets

┌ wasm               | the C++ portion of the application
├─ src               | all C++ Source code
└─ js_wraps          | snippets of javascript that are pre/post-pended to the emscripten output

Building and Running Locally

  1. Clone the repository
  2. To run the SvelteKit application
    1. npm i in the svelte directory
    2. npm run dev in the svelte directory
    3. Open localhost:3000
  3. To run/build the C++ application
    Note: The build script for wasm assumes that you are on a unix-like system, with access to sed
    1. Ensure you have the EMScripten SDK installed (if working with the C++ portion)
    2. Run build.sh in the wasm directory.

spaceapps2021's People

Contributors

andreasmwenzel avatar bwpikaard avatar itsmebriand avatar zachstence avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

beak-man

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.