Demonstrate how to build a TextureAtlas from a collection of images
Open
A-Animation
A-Rendering
C-Docs
C-Usability
S-Ready-For-Implementation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## How can Bevy's documentation be improved?
Sometimes users don't begin with a single sprite sheet: instead, they want to build one (or an underlying texture atlas) from a collection of images.
Figuring out how to do so is quite challenging. I seem to remember modifying the [texture_handles](https://docs.rs/bevy/0.9.1/bevy/sprite/struct.TextureAtlas.html) field directly, but this was a) hacky and b) very hard to discover.
Contributor guide
Assessment
This issue has not been assessed yet.