PistonDevelopers / piston

A modular game engine written in Rust
https://www.piston.rs
MIT License
4.62k stars 234 forks source link

Draw to texture? #1268

Closed kaikalii closed 4 months ago

kaikalii commented 5 years ago

Would it be possible to add the ability to render to a texture that can then be saved to disk? It would be nice to have some buffer type that implements graphics::Graphics and uses the GPU to do the rendering.

bvssvni commented 4 months ago

I know you wrote your own library for this, so I'll close this.