software-mansion / TypeGPU

TypeScript library that enhances the WebGPU API, allowing resource management in a type-safe, declarative way.
http://typegpu.com
MIT License
152 stars 4 forks source link

Allow more than one positional argument in tgpu-cli/tgpu-gen. #500

Closed iwoplaza closed 2 weeks ago

iwoplaza commented 2 weeks ago
npx tgpu-gen file1.wgsl file2.wgsl file3.wgsl (args)
# same as
npx tgpu-gen file1.wgsl (args)
npx tgpu-gen file2.wgsl (args)
npx tgpu-gen file3.wgsl (args)
mhawryluk commented 2 weeks ago

Closing for now, it generates too many problems and adds too much complexity.