Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 397 Bytes

山水 sansui

sansui is terrain generator

GPLv2

RUNNING FOR DEVELOPMENT

Compile terrain generation module to WASM

$(cd terrain-gen && wasm-pack build --target web)

Run a web server (from the main project directory)

python3 -m http.server