aclysma / rafx

Multi-backend renderer with asset pipeline. The objective of this repo is to build a scalable, flexible, data driven renderer.
Apache License 2.0
642 stars 32 forks source link

Acknowledge `wgpu` relicensing to Apache-2.0/MIT #184

Closed tasgon closed 3 years ago

tasgon commented 3 years ago

wgpu-rs was relicensed under Apache/MIT roughly 4 months ago. This PR adjusts the comparison page to reflect that change.

aclysma commented 3 years ago

Thanks, I’ve been meaning to rewrite that page, not just to include the license change but to reflect that gfx-hal is discontinued and that wgpu’s crate layout is much simpler now. These were all factors that made me avoid using or recommending wgpu, but now I would actually recommend wgpu over rafx-api for some projects/use-cases. I’ll try to make these changes this week. (Since it’s prose with some opinion, I’d like to make the edits myself in this case.) But thanks for the reminder. I’ll leave this open until I update that page.

aclysma commented 3 years ago

Doc has been updated to reflect gfx-hal being deprecated, and wgpu being relicensed and restructured to be simpler than it was in late 2020.