darwins-challenge / moonlander-visualisation

Canvas based moonlander visualisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moonlander visualization program

DEPRECATED: use genoculars Canvas based moonlander visualisation, using a Rust program to drive the web server and the menu.

Running

First install the JavaScript front-end packages:

bower install

Run the web server, pointing it where the trace files are stored:

cargo run ../moonlander-ast

Then open in the browser:

http://localhost:8080/

About

Canvas based moonlander visualisation

License:MIT License


Languages

Language:JavaScript 56.6%Language:Rust 29.7%Language:HTML 12.0%Language:CSS 1.8%