zepc007 / StuffInSpace

A real-time interactive WebGL visualisation of objects in Earth orbit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A real-time interactive WebGL visualisation of objects in Earth orbit

Thanks to jeyoder, I write a Dockerfile to deploy it with docker

First, Build a docker image

cd StuffInSpace && docker build -t space .

Second, start a docker container

docker run -d --name space --restart=always -p 10080:10080

Third, visithttp://your_ip:10080,then this website will show you on your browser

About

A real-time interactive WebGL visualisation of objects in Earth orbit

License:MIT License


Languages

Language:JavaScript 88.8%Language:CSS 5.7%Language:PHP 4.0%Language:GLSL 1.4%Language:Dockerfile 0.1%