hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.09k stars 55 forks source link

Thoughts on pulling the wgpu backend out of coffee into a crate that iced can use? #94

Closed lachlansneff closed 5 years ago

lachlansneff commented 5 years ago

Coffee is great, but it's specifically designed for 2d games. Iced is more generic, but it would be a significant amount of work to implement a renderer for it. However, it looks like coffee already has one, so would it be possible to pull it out of coffee and make a crate that both coffee and iced can use?

lachlansneff commented 5 years ago

This already exists, turns out I can't read.

Edit: Sorta exists. There's a crate for it, but it's empty. Any eta on that?