Skip to content

A landscape generator and renderer for the web.

License

Notifications You must be signed in to change notification settings

voxelstack/atlas

Repository files navigation

atlas

Still heavily WIP.

Dependencies

Entry points

  • Main thread: src/routes/+page.svelte
  • Worker: src/worker.ts

The Rust code lives in src/atlas/.

Running

Rust changes require a manual build and may require a dev server restart.

Remember to set the log level to verbose on the browser console.

pnpm build:atlas
pnpm dev

wgpu only supports WebGPU on Chrome. Tested on version 114.0.5735.199.