0.6.0 • Published 11 days ago

satsim v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

SatSim JS

SatSim source code was developed under contract with ARFL/RDSM, and is approved for public release under Public Affairs release approval #AFRL-2022-1116.

screenshot

Installation from NPM

npm install satsim

Usage

index.js

import { Universe, createViewer } from "satsim";
import "cesium/Build/Cesium/Widgets/widgets.css";

const universe = new Universe();
const viewer = createViewer("cesiumContainer", universe);

index.html

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
</head>
<body>
  <div id="cesiumContainer"></div>
</body>
</html>

Example Webpack Application

git clone https://github.com/ssc-ai/satsimjs-example.git
cd satsimjs-example
npm install
npm start

Example NextJS Application

git clone https://github.com/ssc-ai/satsimjs-nextjs-example.git
cd satsimjs-nextjs-example
npm install
npm run dev
0.6.0

11 days ago

0.5.0

24 days ago

0.4.0

4 months ago

0.1.0

7 months ago

0.3.0

6 months ago

0.2.1

6 months ago

0.1.2

7 months ago

0.2.0

6 months ago

0.1.1

7 months ago

0.2.2

6 months ago

0.0.2

8 months ago

0.0.1

8 months ago