Skip to content

seanpile/space-junker

Repository files navigation

space-junker

Inspired by Kerbal Space Program, this is an orbital mechanics simulator that builds upon my previous project at expanse-sandbox.

This project leverages several resources:

Technology used:

  • JavaScript (self-contained, runs in the browser)
  • Three.js / WebGL (provides 3D graphics)
  • React / Vue (experimented with both libraries for rendering UI Components)
  • Webpack (provides build / bundling / dev server)

Installation

Requires npm

$ git clone https://github.com/seanpile/space-junker
$ cd space-junker

# Install all dependencies
$ npm install

# Start dev server
$ npm start

# Simulation is available at http://localhost:8080/index.html

Meta

Sean Dawson – @seanpiled

Distributed under the MIT license. See LICENSE for more information.

https://github.com/seanpile

About

Kerbal-inspired Orbital Mechanics Sandbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published