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
https://webgpu-simple-earth.peruki.dev
$ cd graphics
$ make build
$ cd ../view
$ npm install
$ npm run build
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/
MIT License
Copyright (c) 2024 Teruki TADA