@flyskypie/biomes-galois-shader
v0.1.0
Published
Biomes Shaders
Readme
Biomes Galois Shader
This module is extracted from ill-inc/biomes-game.
Build
Build Generator
cargo buildRun Generator
# Generate one shader
./target/debug/generator \
--name block_geometry \
--material-file shaders/block_geometry.material.json \
--out-dir ts-src
# Generate all shaders
bash scripts/run.bashBuild NPM Pacakge
pnpm install
pnpm run build