EmbarkStudios / rust-gpu

🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
https://shader.rs
Apache License 2.0
7.35k stars 245 forks source link

Allow to compile rust-builder as a static c library with the builder calls exported #1144

Open Makogan opened 7 months ago

Makogan commented 7 months ago

I would find it useful if rust-builder could be compiled as a static library that could then be invoked from rust, C or C++. This has some possible advantages: