Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 737 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 737 Bytes

WebGPU Simple Earth Visualizer

Earth

Overview

This is a simple Earth visualizer using WebGPU written in Rust with wgpu and wasm-bindgen.

  • /graphics: Graphics Backend in Rust
  • /view: Web Frontend in TypeScript

Deployment

https://webgpu-simple-earth.peruki.dev

Build

$ cd graphics
$ make build
$ cd ../view
$ npm install
$ npm run build

Credit

The 3D model of the Earth has been obtained from NASA under the terms of NASA Images and Media Usage Guidelines.

https://science.nasa.gov/resource/earth-3d-model/

License

MIT License

Copyright (c) 2024 Teruki TADA