Skip to content

TadaTeruki/webgpu-simple-earth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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